| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- | 2 <!-- |
| 3 - This file is part of Adblock Plus <http://adblockplus.org/>, | 3 - This file is part of Adblock Plus <http://adblockplus.org/>, |
| 4 - Copyright (C) 2006-2013 Eyeo GmbH | 4 - Copyright (C) 2006-2013 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 21 matching lines...) Expand all Loading... |
| 32 <h1 id="title-main" class="i18n_firstRun_title"></h1> | 32 <h1 id="title-main" class="i18n_firstRun_title"></h1> |
| 33 </header> | 33 </header> |
| 34 | 34 |
| 35 <p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning"
hidden="true"></p> | 35 <p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning"
hidden="true"></p> |
| 36 | 36 |
| 37 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana
tion"></p> | 37 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana
tion"></p> |
| 38 | 38 |
| 39 <h2 id="features-title" class="i18n_firstRun_features"></h2> | 39 <h2 id="features-title" class="i18n_firstRun_features"></h2> |
| 40 | 40 |
| 41 <ul id="features"> | 41 <ul id="features"> |
| 42 <li id="feature-typo" class="feature" hidden="true"> | |
| 43 <div class="feature-image"></div> | |
| 44 <div class="feature-description"> | |
| 45 <p class="feature-text"> | |
| 46 <span class="i18n_firstRun_feature_typo feature-title"></span> <sp
an class="i18n_firstRun_feature_typo_description"></span> | |
| 47 </p> | |
| 48 </div> | |
| 49 <div id="toggle-typo" class="toggle"> | |
| 50 <div class="toggle-inner"> | |
| 51 <div class="i18n_firstRun_toggle_on toggle-on"></div> | |
| 52 <div class="toggle-blob"></div> | |
| 53 <div class="i18n_firstRun_toggle_off toggle-off"></div> | |
| 54 </div> | |
| 55 </div> | |
| 56 </li> | |
| 57 <li id="feature-malware" class="feature"> | 42 <li id="feature-malware" class="feature"> |
| 58 <div class="feature-image"></div> | 43 <div class="feature-image"></div> |
| 59 <div class="feature-description"> | 44 <div class="feature-description"> |
| 60 <p class="feature-text"> | 45 <p class="feature-text"> |
| 61 <span class="i18n_firstRun_feature_malware feature-title"></span>
<span class="i18n_firstRun_feature_malware_description"></span> | 46 <span class="i18n_firstRun_feature_malware feature-title"></span>
<span class="i18n_firstRun_feature_malware_description"></span> |
| 62 </p> | 47 </p> |
| 63 </div> | 48 </div> |
| 64 <div id="toggle-malware" class="toggle"> | 49 <div id="toggle-malware" class="toggle"> |
| 65 <div class="toggle-inner"> | 50 <div class="toggle-inner"> |
| 66 <div class="i18n_firstRun_toggle_on toggle-on"></div> | 51 <div class="i18n_firstRun_toggle_on toggle-on"></div> |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 </li> | 100 </li> |
| 116 </ul> | 101 </ul> |
| 117 </footer> | 102 </footer> |
| 118 </div> | 103 </div> |
| 119 | 104 |
| 120 <div id="glass-pane"> | 105 <div id="glass-pane"> |
| 121 <iframe id="share-popup" scrolling="no"></iframe> | 106 <iframe id="share-popup" scrolling="no"></iframe> |
| 122 </div> | 107 </div> |
| 123 </body> | 108 </body> |
| 124 </html> | 109 </html> |
| OLD | NEW |