| 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-2016 Eyeo GmbH | 4   - Copyright (C) 2006-2016 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, | 
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 235             </ul> | 235             </ul> | 
| 236             <div id="filter-lists"> | 236             <div id="filter-lists"> | 
| 237               <div id="all-filter-lists"> | 237               <div id="all-filter-lists"> | 
| 238                 <div class="table-header"> | 238                 <div class="table-header"> | 
| 239                   <h3 class="i18n_options_column_name"></h3> | 239                   <h3 class="i18n_options_column_name"></h3> | 
| 240                   <h3 class="i18n_options_column_date"></h3> | 240                   <h3 class="i18n_options_column_date"></h3> | 
| 241                 </div> | 241                 </div> | 
| 242                 <ul class="table cols" id="all-filter-lists-table"> | 242                 <ul class="table cols" id="all-filter-lists-table"> | 
| 243                   <template> | 243                   <template> | 
| 244                     <button role="checkbox" class="control"></button> | 244                     <button role="checkbox" class="control"></button> | 
| 245                     <span> | 245                     <div> | 
| 246                       <span data-action="open-context-menu" class="display"></sp
     an> | 246                       <span data-action="open-context-menu" class="display"></sp
     an> | 
| 247                       <div class="context-menu"> | 247                       <div data-action="open-context-menu" class="arrow"> | 
| 248                         <a data-action="open-context-menu" class="arrow"></a> | 248                         <div class="context-menu"> | 
| 249                         <div class="context-menu-container"> |  | 
| 250                           <div class="content"> | 249                           <div class="content"> | 
| 251                             <a class="i18n_options_filterList_updateNow update-n
     ow" data-action="update-now"></a> | 250                             <a class="i18n_options_filterList_updateNow update-s
     ubscription" data-action="update-subscription"></a> | 
| 252                             <a class="i18n_options_filterList_website website" t
     arget="_blank"></a> | 251                             <a class="i18n_options_filterList_website website" t
     arget="_blank"></a> | 
| 253                             <a class="i18n_options_filterList_source source" tar
     get="_blank"></a> | 252                             <a class="i18n_options_filterList_source source" tar
     get="_blank"></a> | 
| 254                             <a class="i18n_options_filterList_delete delete" dat
     a-action="remove-subscription"></a> | 253                             <a class="i18n_options_filterList_delete delete" dat
     a-action="remove-subscription"></a> | 
| 255                           </div> | 254                           </div> | 
| 256                         </div> | 255                         </div> | 
| 257                       </div> | 256                       </div> | 
| 258                     </span> | 257                     </div> | 
| 259                     <span class="date"></span> | 258                     <span class="date"></span> | 
| 260                     <span class="time"></span> | 259                     <span class="time"></span> | 
|  | 260                     <span class="message"></span> | 
| 261                   </template> | 261                   </template> | 
| 262                   <li class="static"> | 262                   <li class="static"> | 
| 263                     <button role="checkbox" class="control" aria-checked="true" 
     disabled="true"></button> | 263                     <button role="checkbox" class="control" aria-checked="true" 
     disabled="true"></button> | 
| 264                     <span> | 264                     <div> | 
| 265                       <span class="i18n_options_filterList_own_list"></span> | 265                       <span class="i18n_options_filterList_own_list"></span> | 
| 266                     </span> | 266                     </div> | 
| 267                     <span data-action="switch-tab,edit-custom-filters" data-tab=
     "advanced-customFilters"> | 267                     <span data-action="switch-tab,edit-custom-filters" data-tab=
     "advanced-customFilters"> | 
| 268                       <a class="i18n_options_filterList_edit_own_list"></a> | 268                       <a class="i18n_options_filterList_edit_own_list"></a> | 
| 269                     </span> | 269                     </span> | 
| 270                   </li> | 270                   </li> | 
| 271                 </ul> | 271                 </ul> | 
| 272                 <div class="controls"> | 272                 <div class="controls"> | 
| 273                   <button data-action="open-dialog" data-dialog="custom"> | 273                   <button data-action="open-dialog" data-dialog="custom"> | 
| 274                     <span class="icon icon-add"></span><span class="i18n_options
     _filterList_add"></span> | 274                     <span class="icon icon-add"></span> | 
|  | 275                     <span class="i18n_options_filterList_add"></span> | 
| 275                   </button> | 276                   </button> | 
| 276                   <button data-action="update-all-subscriptions"> | 277                   <button data-action="update-all-subscriptions"> | 
| 277                     <span class="icon icon-update"></span><span class="i18n_opti
     ons_filterList_update"></span> | 278                     <span class="icon icon-update"></span> | 
|  | 279                     <span class="i18n_options_filterList_update"></span> | 
| 278                   </button> | 280                   </button> | 
| 279                 </div> | 281                 </div> | 
| 280               </div> | 282               </div> | 
| 281               <div id="custom-filters"> | 283               <div id="custom-filters"> | 
| 282                 <h3 id="custom-filters-header" class="i18n_options_customFilters
     _title"></h3> | 284                 <h3 id="custom-filters-header" class="i18n_options_customFilters
     _title"></h3> | 
| 283                 <div id="custom-filters-wrapper"> | 285                 <div id="custom-filters-wrapper"> | 
| 284                   <div id="custom-filters-list-wrapper"> | 286                   <div id="custom-filters-list-wrapper"> | 
| 285                     <ul id="custom-filters-table" class="table list"> | 287                     <ul id="custom-filters-table" class="table list"> | 
| 286                       <template> | 288                       <template> | 
| 287                         <span class="display"></span> | 289                         <span class="display"></span> | 
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 395             <div class="url"></div> | 397             <div class="url"></div> | 
| 396             <button class="i18n_options_dialog_predefined_confirm default-focus"
      data-action="add-predefined-subscription"></button> | 398             <button class="i18n_options_dialog_predefined_confirm default-focus"
      data-action="add-predefined-subscription"></button> | 
| 397           </div> | 399           </div> | 
| 398         </div> | 400         </div> | 
| 399       </div> | 401       </div> | 
| 400       <!-- Placeholder element to determine when to wrap focus around --> | 402       <!-- Placeholder element to determine when to wrap focus around --> | 
| 401       <span class="focus-last" tabindex="0"></span> | 403       <span class="focus-last" tabindex="0"></span> | 
| 402     </div> | 404     </div> | 
| 403   </body> | 405   </body> | 
| 404 </html> | 406 </html> | 
| LEFT | RIGHT | 
|---|