| 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-present 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, |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 <ul id="subscriptions-installed"></ul> | 46 <ul id="subscriptions-installed"></ul> |
| 47 <button class="i18n_mops_filterlist_add" | 47 <button class="i18n_mops_filterlist_add" |
| 48 data-action="open-dialog" data-dialog="recommended"> | 48 data-action="open-dialog" data-dialog="recommended"> |
| 49 </button> | 49 </button> |
| 50 | 50 |
| 51 <p class="toggle-container"> | 51 <p class="toggle-container"> |
| 52 <span> | 52 <span> |
| 53 <label class="i18n_mops_acceptableAds_description checkbox" | 53 <label class="i18n_mops_acceptableAds_description checkbox" |
| 54 for="acceptableAds"> | 54 for="acceptableAds"> |
| 55 </label> | 55 </label> |
| 56 <a id="acceptableAds-more" class="i18n_mops_acceptableAds_more"></a> | 56 <a id="acceptableAds-more" class="i18n_mops_acceptableAds_more" target
="_blank"></a> |
| 57 </span> | 57 </span> |
| 58 <input id="acceptableAds" type="checkbox"> | 58 <input id="acceptableAds" type="checkbox"> |
| 59 <label class="toggle-image" for="acceptableAds"></label> | 59 <label class="toggle-image" for="acceptableAds"></label> |
| 60 </p> | 60 </p> |
| 61 </main> | 61 </main> |
| 62 | 62 |
| 63 <div id="dialog" data-action="close-dialog"> | 63 <div id="dialog" data-action="close-dialog"> |
| 64 <div id="dialog-recommended" role="dialog"> | 64 <div id="dialog-recommended" role="dialog"> |
| 65 <ul id="subscriptions-recommended"></ul> | 65 <ul id="subscriptions-recommended"></ul> |
| 66 | 66 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 90 | 90 |
| 91 <button type="reset" class="i18n_mops_action_cancel secondary" | 91 <button type="reset" class="i18n_mops_action_cancel secondary" |
| 92 data-action="close-dialog"> | 92 data-action="close-dialog"> |
| 93 </button> | 93 </button> |
| 94 </form> | 94 </form> |
| 95 </div> | 95 </div> |
| 96 </div> | 96 </div> |
| 97 | 97 |
| 98 </body> | 98 </body> |
| 99 </html> | 99 </html> |
| OLD | NEW |