| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 83     <div id="content"> | 83     <div id="content"> | 
| 84       <div id="content-wrapper"> | 84       <div id="content-wrapper"> | 
| 85         <div id="dialog-background"></div> | 85         <div id="dialog-background"></div> | 
| 86 | 86 | 
| 87         <!-- General tab content --> | 87         <!-- General tab content --> | 
| 88         <div id="content-general" role="tabpanel" aria-labelledby="tab-general"> | 88         <div id="content-general" role="tabpanel" aria-labelledby="tab-general"> | 
| 89           <h1 class="i18n_options_tab_general"></h1> | 89           <h1 class="i18n_options_tab_general"></h1> | 
| 90           <p class="i18n_options_general_description"></p> | 90           <p class="i18n_options_general_description"></p> | 
| 91           <section> | 91           <section> | 
| 92             <h2 class="i18n_options_privacy_header"></h2> | 92             <h2 class="i18n_options_privacy_header"></h2> | 
| 93             <ul id="recommend-security-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_more_%
     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
     _tracking_description_1"></p> | 108                 <p id="enable-aa-description" class="i18n_options_acceptableAds_
     ads_description_1"></p> | 
| 109                 <p class="i18n_options_acceptable_ads_tracking_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-privacy-acceptable-ads" type="radio" 
     name="acceptable-ads" value="ads,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_acceptable_ads_no_tracking_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-no-acceptable-ads" type="radio" name=
     "acceptable-ads" value="none"> | 118                 <input data-action="switch-acceptable-ads" type="radio" name="ac
     ceptable-ads" value="none"> | 
| 119                 <label class="i18n_options_acceptable_ads_disable_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> | 
| 126             <div id="blocking-languages"> | 126             <div id="blocking-languages"> | 
| 127               <ul id="blocking-languages-table" class="table list"> | 127               <ul id="blocking-languages-table" class="table list"> | 
| 128                 <template> | 128                 <template> | 
| 129                   <label class="display"></label> | 129                   <label class="display"></label> | 
| 130                   <button data-single="hidden" data-action="remove-subscription"
      class="delete control" title="options_control_remove_title"></button> | 130                   <button data-single="hidden" data-action="remove-subscription"
      class="delete control" title="options_control_remove_title"></button> | 
| 131                   <button data-single="visible" data-action="open-dialog" data-d
     ialog="language-change" class="i18n_options_language_change"></button> | 131                   <button data-single="visible" data-action="open-dialog" data-d
     ialog="language-change" class="i18n_options_language_change"></button> | 
| 132                 </template> | 132                 </template> | 
| 133               </ul> | 133               </ul> | 
| 134               <div class="controls"> | 134               <div class="controls"> | 
| 135                 <button data-action="open-dialog" data-dialog="language-add"> | 135                 <button data-action="open-dialog" data-dialog="language-add"> | 
| 136                   <span class="i18n_options_language_add"></span> | 136                   <span class="i18n_options_language_add"></span> | 
| 137                 </button> | 137                 </button> | 
| 138               </div> | 138               </div> | 
| 139             </div> | 139             </div> | 
| 140             <p class="i18n_options_language_tip"></p> | 140             <p class="i18n_options_language_tip"></p> | 
| 141           </section> | 141           </section> | 
| 142           <section> | 142           <section> | 
| 143             <h2 class="i18n_options_more_filters_header"></h2> | 143             <h2 class="i18n_options_more_filters_header"></h2> | 
| 144             <p class="i18n_options_more_filters_description"></p> | 144             <p class="i18n_options_more_filters_description"></p> | 
| 145             <ul id="custom-list-table" class="table list"> | 145             <ul id="custom-list-table" class="table list"> | 
| 146               <template> | 146               <template> | 
| 147                 <label class="display"></label> | 147                 <label class="display"></label> | 
| 148                 <span class="i18n_options_readMore" data-tooltip="options_more_%
     value%_tooltip"></span> |  | 
| 149                 <button data-action="remove-subscription" class="delete control"
      title="options_control_remove_title"></button> | 148                 <button data-action="remove-subscription" class="delete control"
      title="options_control_remove_title"></button> | 
| 150               </template> | 149               </template> | 
| 151             </ul> | 150             </ul> | 
| 152             <p class="i18n_options_more_filters_note"></p> | 151             <p class="i18n_options_more_filters_note"></p> | 
| 153           </section> | 152           </section> | 
| 154         </div> | 153         </div> | 
| 155 | 154 | 
| 156         <!-- Whitelist tab content --> | 155         <!-- Whitelist tab content --> | 
| 157         <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whiteli
     st"> | 156         <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whiteli
     st"> | 
| 158           <h1 class="i18n_options_tab_whitelist"></h1> | 157           <h1 class="i18n_options_tab_whitelist"></h1> | 
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 370             <div class="url"></div> | 369             <div class="url"></div> | 
| 371             <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> | 
| 372           </div> | 371           </div> | 
| 373         </div> | 372         </div> | 
| 374       </div> | 373       </div> | 
| 375       <!-- Placeholder element to determine when to wrap focus around --> | 374       <!-- Placeholder element to determine when to wrap focus around --> | 
| 376       <span class="focus-last" tabindex="0"></span> | 375       <span class="focus-last" tabindex="0"></span> | 
| 377     </div> | 376     </div> | 
| 378   </body> | 377   </body> | 
| 379 </html> | 378 </html> | 
| LEFT | RIGHT | 
|---|