| 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 </div> | 329 </div> |
| 330 </div> | 330 </div> |
| 331 </div> | 331 </div> |
| 332 </div> | 332 </div> |
| 333 | 333 |
| 334 <!-- Help tab content --> | 334 <!-- Help tab content --> |
| 335 <div id="content-help" role="tabpanel" aria-labelledby="tab-help"> | 335 <div id="content-help" role="tabpanel" aria-labelledby="tab-help"> |
| 336 <h1 class="i18n_options_faq_title"></h1> | 336 <h1 class="i18n_options_faq_title"></h1> |
| 337 <p class="i18n_options_faq_description"></p> | 337 <p class="i18n_options_faq_description"></p> |
| 338 <p> | 338 <p> |
| 339 <a class="i18n_options_faq_title" href="#" target="_blank"></a> | 339 <a id="link-faq" class="i18n_options_faq_title" target="_blank"></a
> |
| 340 </p> | 340 </p> |
| 341 <h1 class="i18n_options_forum_title"></h1> | 341 <h1 class="i18n_options_forum_title"></h1> |
| 342 <p class="i18n_options_forum_description"></p> | 342 <p class="i18n_options_forum_description"></p> |
| 343 <p> | 343 <p> |
| 344 <a class="i18n_options_forum_link" href="#" target="_blank"></a> | 344 <a id="link-forum" class="i18n_options_forum_link" target="_blank">
</a> |
| 345 </p> | 345 </p> |
| 346 <h1 class="i18n_options_media_title"></h1> | 346 <h1 class="i18n_options_media_title"></h1> |
| 347 <p class="i18n_options_media_description"></p> | 347 <p class="i18n_options_media_description"></p> |
| 348 <p> | 348 <p> |
| 349 <a href="#" target="_blank">Twitter</a> | 349 <span id="share-general"> |
| 350 <a href="#" target="_blank">Facebook</a> | 350 <a id="link-twitter" target="_blank">Twitter</a> |
| 351 <a href="#" target="_blank">Google+</a> | 351 <a id="link-facebook" target="_blank">Facebook</a> |
| 352 <a id="link-gplus" target="_blank">Google+</a> |
| 353 </span> |
| 354 <span id="share-chinese"> |
| 355 <a id="link-renren" target="_blank">renren</a> |
| 356 <a id="link-weibo" target="_blank">weibo</a> |
| 357 </span> |
| 352 </p> | 358 </p> |
| 353 </div> | 359 </div> |
| 354 </div> | 360 </div> |
| 355 </div> | 361 </div> |
| 356 | 362 |
| 357 <!-- Dialog --> | 363 <!-- Dialog --> |
| 358 <div id="dialog" role="dialog" aria-hidden="true"> | 364 <div id="dialog" role="dialog" aria-hidden="true"> |
| 359 <header> | 365 <header> |
| 360 <span id="dialog-title"> | 366 <span id="dialog-title"> |
| 361 <span id="dialog-title-custom" class="i18n_options_dialog_custom_title
"></span> | 367 <span id="dialog-title-custom" class="i18n_options_dialog_custom_title
"></span> |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 <div class="url"></div> | 417 <div class="url"></div> |
| 412 <button class="i18n_options_dialog_predefined_confirm default-focus"
data-action="add-predefined-subscription"></button> | 418 <button class="i18n_options_dialog_predefined_confirm default-focus"
data-action="add-predefined-subscription"></button> |
| 413 </div> | 419 </div> |
| 414 </div> | 420 </div> |
| 415 </div> | 421 </div> |
| 416 <!-- Placeholder element to determine when to wrap focus around --> | 422 <!-- Placeholder element to determine when to wrap focus around --> |
| 417 <span class="focus-last" tabindex="0"></span> | 423 <span class="focus-last" tabindex="0"></span> |
| 418 </div> | 424 </div> |
| 419 </body> | 425 </body> |
| 420 </html> | 426 </html> |
| OLD | NEW |