| Index: options.html |
| =================================================================== |
| --- a/options.html |
| +++ b/options.html |
| @@ -48,16 +48,26 @@ p |
| margin-top: 0.5em; |
| } |
| button |
| { |
| white-space: pre; |
| } |
| +#firefox-warning |
| +{ |
| + margin-bottom: 20px; |
| + padding: 10px; |
| + border: 1px solid #cccccc; |
| + border-radius: 3px; |
| + background-color: #ffcccc; |
| + font-size: 120%; |
| +} |
| + |
| #subscriptionTemplate, |
| #addSubscriptionContainer, |
| #customSubscriptionContainer |
| { |
| display: none; |
| } |
| #acceptableAdsContainer |
| @@ -139,16 +149,22 @@ button |
| <img src="icons/detailed/abp-32.png" srcset="icons/detailed/abp-64.png 2x"> |
| </td> |
| <td> |
| <h1><span class="i18n_options"></span></h1> |
| </td> |
| </tr> |
| </table> |
| +<div id="firefox-warning" hidden> |
| + Don't like what you see? |
| + <a href="https://adblockplus.org/blog/the-plan-towards-offering-adblock-plus-for-firefox-as-a-web-extension" target="_blank">We neither</a>. |
| + We will improve this page soon. |
| +</div> |
| + |
| <div id="tabs"> |
| <ul> |
| <li><a href="#tab-filterlists"><span class="i18n_filter_lists"></span></a></li> |
| <li><a href="#tab-userfilters"><span class="i18n_add_your_own_filters"></span></a></li> |
| <li><a href="#tab-whitelisted"><span class="i18n_whitelisted_domains"></span></a></li> |
| <li><a href="#tab-general"><span class="i18n_general"></span></a></li> |
| </ul> |