| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 - This file is part of the Adblock Plus extension, | 4 - This file is part of the Adblock Plus extension, |
| 5 - Copyright (C) 2006-2012 Eyeo GmbH | 5 - Copyright (C) 2006-2012 Eyeo GmbH |
| 6 - | 6 - |
| 7 - Adblock Plus is free software: you can redistribute it and/or modify | 7 - Adblock Plus is free software: you can redistribute it and/or modify |
| 8 - it under the terms of the GNU General Public License version 3 as | 8 - it under the terms of the GNU General Public License version 3 as |
| 9 - published by the Free Software Foundation. | 9 - published by the Free Software Foundation. |
| 10 - | 10 - |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 </p> | 189 </p> |
| 190 <p> | 190 <p> |
| 191 <span class="i18n_subscriptionSelection_location_label"></span><br /> | 191 <span class="i18n_subscriptionSelection_location_label"></span><br /> |
| 192 <input type="text" id="customSubscriptionLocation" style="width:500px"
/> | 192 <input type="text" id="customSubscriptionLocation" style="width:500px"
/> |
| 193 </p> | 193 </p> |
| 194 </div> | 194 </div> |
| 195 | 195 |
| 196 <div id="acceptableAdsContainer"> | 196 <div id="acceptableAdsContainer"> |
| 197 <input type="checkbox" id="acceptableAds" /> | 197 <input type="checkbox" id="acceptableAds" /> |
| 198 <span class="i18n_filters_acceptableAds2_label"></span> | 198 <span class="i18n_filters_acceptableAds2_label"></span> |
| 199 <a id="acceptableAdsLink" href="#" class="i18n_filters_viewList_label"><
/a> | 199 <a id="acceptableAdsLink" href="#" target="_blank" class="i18n_filters_v
iewList_label"></a> |
| 200 <a id="acceptableAdsDocs" href="#" class="i18n_filters_readMore_label"><
/a> | 200 <a id="acceptableAdsDocs" href="#" target="_blank" class="i18n_filters_r
eadMore_label"></a> |
| 201 </div> | 201 </div> |
| 202 </p> | 202 </p> |
| 203 </div> | 203 </div> |
| 204 | 204 |
| 205 <div id="tab-whitelisted"> | 205 <div id="tab-whitelisted"> |
| 206 <p class="i18n_disabled_for_these_domains"></p> | 206 <p class="i18n_disabled_for_these_domains"></p> |
| 207 | 207 |
| 208 <form id="whitelistForm" action="#"> | 208 <form id="whitelistForm" action="#"> |
| 209 <table> | 209 <table> |
| 210 <tr> | 210 <tr> |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 <input type="checkbox" id="hidePlaceholders" /><span class="i18n_overlay
_hideplaceholders_label"></span> | 283 <input type="checkbox" id="hidePlaceholders" /><span class="i18n_overlay
_hideplaceholders_label"></span> |
| 284 </div> | 284 </div> |
| 285 </p> | 285 </p> |
| 286 | 286 |
| 287 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1
0"</p> | 287 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1
0"</p> |
| 288 </div> | 288 </div> |
| 289 </div> | 289 </div> |
| 290 | 290 |
| 291 </body> | 291 </body> |
| 292 </html> | 292 </html> |
| OLD | NEW |