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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 <a class="i18n_options_filterList_updateNow update-s
ubscription" data-action="update-subscription"></a> | 250 <a class="i18n_options_filterList_updateNow update-s
ubscription" data-action="update-subscription"></a> |
251 <a class="i18n_options_filterList_website website" t
arget="_blank"></a> | 251 <a class="i18n_options_filterList_website website" t
arget="_blank"></a> |
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 </template> | 261 </template> |
261 <li class="static"> | 262 <li class="static"> |
262 <button role="checkbox" class="control" aria-checked="true"
disabled="true"></button> | 263 <button role="checkbox" class="control" aria-checked="true"
disabled="true"></button> |
263 <div> | 264 <div> |
264 <span class="i18n_options_filterList_own_list"></span> | 265 <span class="i18n_options_filterList_own_list"></span> |
265 </div> | 266 </div> |
266 <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"> |
267 <a class="i18n_options_filterList_edit_own_list"></a> | 268 <a class="i18n_options_filterList_edit_own_list"></a> |
268 </span> | 269 </span> |
269 </li> | 270 </li> |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 <div class="url"></div> | 397 <div class="url"></div> |
397 <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> |
398 </div> | 399 </div> |
399 </div> | 400 </div> |
400 </div> | 401 </div> |
401 <!-- Placeholder element to determine when to wrap focus around --> | 402 <!-- Placeholder element to determine when to wrap focus around --> |
402 <span class="focus-last" tabindex="0"></span> | 403 <span class="focus-last" tabindex="0"></span> |
403 </div> | 404 </div> |
404 </body> | 405 </body> |
405 </html> | 406 </html> |
LEFT | RIGHT |