| OLD | NEW | 
|    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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  252                             <a class="i18n_options_filterList_source source" tar
     get="_blank"></a> |  252                             <a class="i18n_options_filterList_source source" tar
     get="_blank"></a> | 
|  253                             <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> | 
|  254                           </div> |  254                           </div> | 
|  255                         </div> |  255                         </div> | 
|  256                       </div> |  256                       </div> | 
|  257                     </div> |  257                     </div> | 
|  258                     <span class="date"></span> |  258                     <span class="date"></span> | 
|  259                     <span class="time"></span> |  259                     <span class="time"></span> | 
|  260                     <span class="message"></span> |  260                     <span class="message"></span> | 
|  261                   </template> |  261                   </template> | 
|  262                   <li class="static"> |  262                   <li id="user-filter-lists" class="static"> | 
|  263                     <button role="checkbox" class="control" aria-checked="true" 
     disabled="true"></button> |  263                     <button role="checkbox" class="control"></button> | 
|  264                     <div> |  264                     <div> | 
|  265                       <span class="i18n_options_filterList_own_list"></span> |  265                       <span class="i18n_options_filterList_own_list"></span> | 
|  266                     </div> |  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"> | 
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  397             <div class="url"></div> |  397             <div class="url"></div> | 
|  398             <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> | 
|  399           </div> |  399           </div> | 
|  400         </div> |  400         </div> | 
|  401       </div> |  401       </div> | 
|  402       <!-- Placeholder element to determine when to wrap focus around --> |  402       <!-- Placeholder element to determine when to wrap focus around --> | 
|  403       <span class="focus-last" tabindex="0"></span> |  403       <span class="focus-last" tabindex="0"></span> | 
|  404     </div> |  404     </div> | 
|  405   </body> |  405   </body> | 
|  406 </html> |  406 </html> | 
| OLD | NEW |