| OLD | NEW |
| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 </div> | 49 </div> |
| 50 <div class="row"> | 50 <div class="row"> |
| 51 <select id="domain" size="5" multiple="true"> | 51 <select id="domain" size="5" multiple="true"> |
| 52 </select> | 52 </select> |
| 53 </div> | 53 </div> |
| 54 <button id="removeDomains" class="disable">Remove Selected</button
> | 54 <button id="removeDomains" class="disable">Remove Selected</button
> |
| 55 </div> | 55 </div> |
| 56 </div> | 56 </div> |
| 57 <button id="manageExceptions">Manage</button> | 57 <button id="manageExceptions">Manage</button> |
| 58 </li> | 58 </li> |
| 59 <li class="feature"> | |
| 60 <div id="feature-acceptable" class="feature-image"></div> | |
| 61 <div class="feature-description"> | |
| 62 <p class="feature-text"> | |
| 63 <span id="localeWhitelistLabel" class="feature-title">Acceptable A
ds:</span> We want to encourage websites using plain and unobtrusive advertising
. That's why we have established strict guidelines to identify acceptable ads. A
ctivate Acceptable Ads if you want to help websites with unobtrusive ads. | |
| 64 </p> | |
| 65 </div> | |
| 66 <button>Deactivate</button> | |
| 67 </li> | |
| 68 </ul> | 59 </ul> |
| 69 </div> | 60 </div> |
| 70 | 61 |
| 71 <footer> | 62 <footer> |
| 72 <div id="social"> | 63 <div id="social"> |
| 73 <h1>Think Adblock Plus is worth sharing?</h1> | 64 <h1>Think Adblock Plus is worth sharing?</h1> |
| 74 <ul> | 65 <ul> |
| 75 <li> | 66 <li> |
| 76 <a href="https://www.facebook.com/adblockplus" target="_blank"> | 67 <a href="https://www.facebook.com/adblockplus" target="_blank"> |
| 77 <img src="../static/img/social/facebook.png" width="82" height="82
" alt="Facebook logo"/> | 68 <img src="../static/img/social/facebook.png" width="82" height="82
" alt="Facebook logo"/> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 88 </a> | 79 </a> |
| 89 </li> | 80 </li> |
| 90 </ul> | 81 </ul> |
| 91 </div> | 82 </div> |
| 92 </footer> | 83 </footer> |
| 93 | 84 |
| 94 <script src="../static/js/settings.js"></script> | 85 <script src="../static/js/settings.js"></script> |
| 95 <script src="../static/js/IESettings.js"></script> | 86 <script src="../static/js/IESettings.js"></script> |
| 96 </body> | 87 </body> |
| 97 </html> | 88 </html> |
| OLD | NEW |