| LEFT | RIGHT |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- saved from url=(0014)about:internet --> | 2 <!-- saved from url=(0014)about:internet --> |
| 3 <html lang="en"> | 3 <html lang="en"> |
| 4 <head> | 4 <head> |
| 5 <title>Adblock Plus Options</title> | 5 <title>Adblock Plus Options</title> |
| 6 <meta name="viewport" content="width=device-width, initial-scale=1"/> | 6 <meta name="viewport" content="width=device-width, initial-scale=1"/> |
| 7 <link rel="stylesheet" href="../static/css/settings.css"/> | 7 <link rel="stylesheet" href="../static/css/settings.css"/> |
| 8 | 8 |
| 9 <!--[if lt IE 7]> | 9 <!--[if lt IE 7]> |
| 10 <script src="../static/js/vendor/DD_belatedPNG.js"></script> | 10 <script src="../static/js/vendor/DD_belatedPNG.js"></script> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 <li class="feature"> | 29 <li class="feature"> |
| 30 <div id="feature-language" class="feature-image"></div> | 30 <div id="feature-language" class="feature-image"></div> |
| 31 <div class="feature-description"> | 31 <div class="feature-description"> |
| 32 <p class="feature-text"> | 32 <p class="feature-text"> |
| 33 <span id="localeLanguageLabel" class="feature-title">Language:</sp
an><span id="localeLanguageDescription" class="feature-title">Select your langua
ge to get the most out of Adblock Plus so that it can get rid of all ads on the
websites you visit.</span> | 33 <span id="localeLanguageLabel" class="feature-title">Language:</sp
an><span id="localeLanguageDescription" class="feature-title">Select your langua
ge to get the most out of Adblock Plus so that it can get rid of all ads on the
websites you visit.</span> |
| 34 </p> | 34 </p> |
| 35 <p> | 35 <p> |
| 36 <select id="language"></select> | 36 <select id="language"></select> |
| 37 </p> | 37 </p> |
| 38 <p> | 38 <p> |
| 39 <input type="checkbox" id="acceptableAdsCheckbox" onchange="acceptab
leAdsChange(this)"/><label id="acceptableAdsLabel" for="acceptableAdsCheckbox">E
nable some non-intrusive advertising</label> | 39 <input type="checkbox" id="acceptableAdsCheckbox"/><label id="accept
ableAdsLabel" for="acceptableAdsCheckbox">Enable some non-intrusive advertising<
/label> |
| 40 </p> | 40 </p> |
| 41 </div> | 41 </div> |
| 42 </li> | 42 </li> |
| 43 <li class="feature"> | 43 <li class="feature"> |
| 44 <div id="feature-exceptions" class="feature-image"></div> | 44 <div id="feature-exceptions" class="feature-image"></div> |
| 45 <div class="feature-description"> | 45 <div class="feature-description"> |
| 46 <p class="feature-text"> | 46 <p class="feature-text"> |
| 47 <span id="localeBlockingLabel" class="feature-title">Manage Blocki
ng:</span><span id="localeBlockingDescription" class="feature-title">You can dis
able adblocking for some websites. Manage your list of websites for which you wa
nt to see ads.</span> | 47 <span id="localeBlockingLabel" class="feature-title">Manage Blocki
ng:</span><span id="localeBlockingDescription" class="feature-title">You can dis
able adblocking for some websites. Manage your list of websites for which you wa
nt to see ads.</span> |
| 48 </p> | 48 </p> |
| 49 | 49 |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 </li> | 85 </li> |
| 86 </ul> | 86 </ul> |
| 87 </div> | 87 </div> |
| 88 </footer> | 88 </footer> |
| 89 | 89 |
| 90 <script src="../static/js/ieEventListenerPolyfill.js"></script> | 90 <script src="../static/js/ieEventListenerPolyfill.js"></script> |
| 91 <script src="../static/js/settings.js"></script> | 91 <script src="../static/js/settings.js"></script> |
| 92 <script src="../static/js/IESettings.js"></script> | 92 <script src="../static/js/IESettings.js"></script> |
| 93 </body> | 93 </body> |
| 94 </html> | 94 </html> |
| LEFT | RIGHT |