LEFT | RIGHT |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 - This file is part of Adblock Plus <https://adblockplus.org/>, | 3 - This file is part of Adblock Plus <https://adblockplus.org/>, |
4 - Copyright (C) 2006-2017 eyeo GmbH | 4 - Copyright (C) 2006-present eyeo GmbH |
5 - | 5 - |
6 - Adblock Plus is free software: you can redistribute it and/or modify | 6 - Adblock Plus is free software: you can redistribute it and/or modify |
7 - it under the terms of the GNU General Public License version 3 as | 7 - it under the terms of the GNU General Public License version 3 as |
8 - published by the Free Software Foundation. | 8 - published by the Free Software Foundation. |
9 - | 9 - |
10 - Adblock Plus is distributed in the hope that it will be useful, | 10 - Adblock Plus is distributed in the hope that it will be useful, |
11 - but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 - GNU General Public License for more details. | 13 - GNU General Public License for more details. |
14 - | 14 - |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 <h2 class="i18n_options_privacy_header"></h2> | 92 <h2 class="i18n_options_privacy_header"></h2> |
93 <ul id="recommend-protection-list-table" class="table list"> | 93 <ul id="recommend-protection-list-table" class="table list"> |
94 <template> | 94 <template> |
95 <button data-action="toggle-remove-subscription" role="checkbox"
class="control"></button> | 95 <button data-action="toggle-remove-subscription" role="checkbox"
class="control"></button> |
96 <label class="display"></label> | 96 <label class="display"></label> |
97 <span class="i18n_options_readMore" data-tooltip="options_protec
tion_%value%_tooltip"></span> | 97 <span class="i18n_options_readMore" data-tooltip="options_protec
tion_%value%_tooltip"></span> |
98 </template> | 98 </template> |
99 </ul> | 99 </ul> |
100 </section> | 100 </section> |
101 <section> | 101 <section> |
102 <h2 class="i18n_options_acceptable_ads_header"></h2> | 102 <h2 class="i18n_options_acceptableAds_header"></h2> |
103 <p class="i18n_options_acceptable_ads_description"></p> | 103 <p class="i18n_options_acceptableAds_description"></p> |
104 <form id="acceptable-ads"> | 104 <form id="acceptable-ads"> |
105 <div> | 105 <div> |
106 <input data-action="switch-acceptable-ads" type="radio" name="ac
ceptable-ads" value="ads"> | 106 <input data-action="switch-acceptable-ads" type="radio" name="ac
ceptable-ads" value="ads"> |
107 <label class="i18n_options_acceptable_ads_label"></label> | 107 <label class="i18n_options_acceptableAds_ads_label"></label> |
108 <p id="enable-aa-description" class="i18n_options_acceptable_ads
_privacy_description_1"></p> | 108 <p id="enable-aa-description" class="i18n_options_acceptableAds_
ads_description_1"></p> |
109 <p class="i18n_options_acceptable_ads_privacy_description_2"></p
> | 109 <p class="i18n_options_acceptableAds_ads_description_2"></p> |
110 </div> | 110 </div> |
111 <div> | 111 <div> |
112 <input data-action="switch-acceptable-ads" type="radio" name="ac
ceptable-ads" value="privacy"> | 112 <input data-action="switch-acceptable-ads" type="radio" name="ac
ceptable-ads" value="privacy"> |
113 <label class="i18n_options_acceptable_ads_privacy_label"></label
> | 113 <label class="i18n_options_acceptableAds_privacy_label"></label> |
114 <p class="i18n_options_acceptableAds_ads_description"></p> | 114 <p class="i18n_options_acceptableAds_privacy_description"></p> |
115 <p id="dnt" class="i18n_options_acceptable_ads_dnt_notification"
></p> | 115 <p id="dnt" class="i18n_options_acceptableAds_dnt_notification">
</p> |
116 </div> | 116 </div> |
117 <div> | 117 <div> |
118 <input data-action="switch-acceptable-ads" type="radio" name="ac
ceptable-ads" value="none"> | 118 <input data-action="switch-acceptable-ads" type="radio" name="ac
ceptable-ads" value="none"> |
119 <label class="i18n_options_acceptableAds_none_label"></label> | 119 <label class="i18n_options_acceptableAds_none_label"></label> |
120 </div> | 120 </div> |
121 </form> | 121 </form> |
122 </section> | 122 </section> |
123 <section> | 123 <section> |
124 <h2 class="i18n_options_language_header"></h2> | 124 <h2 class="i18n_options_language_header"></h2> |
125 <p class="i18n_options_language_description"></p> | 125 <p class="i18n_options_language_description"></p> |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 <div class="url"></div> | 369 <div class="url"></div> |
370 <button class="i18n_options_dialog_predefined_confirm default-focus"
data-action="add-predefined-subscription"></button> | 370 <button class="i18n_options_dialog_predefined_confirm default-focus"
data-action="add-predefined-subscription"></button> |
371 </div> | 371 </div> |
372 </div> | 372 </div> |
373 </div> | 373 </div> |
374 <!-- Placeholder element to determine when to wrap focus around --> | 374 <!-- Placeholder element to determine when to wrap focus around --> |
375 <span class="focus-last" tabindex="0"></span> | 375 <span class="focus-last" tabindex="0"></span> |
376 </div> | 376 </div> |
377 </body> | 377 </body> |
378 </html> | 378 </html> |
LEFT | RIGHT |