| 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 27 matching lines...) Expand all Loading... |
| 38 </header> | 38 </header> |
| 39 | 39 |
| 40 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning"
hidden="true"></section> | 40 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning"
hidden="true"></section> |
| 41 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni
ng" hidden="true"></section> | 41 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni
ng" hidden="true"></section> |
| 42 | 42 |
| 43 <section id="acceptable-ads"> | 43 <section id="acceptable-ads"> |
| 44 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> | 44 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> |
| 45 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana
tion"></p> | 45 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana
tion"></p> |
| 46 </section> | 46 </section> |
| 47 | 47 |
| 48 |
| 49 <section id="share"> |
| 50 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2> |
| 51 |
| 52 <div id="donate-block"> |
| 53 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a> |
| 54 <span id="donate-label" class="i18n_firstRun_donate_label"></span> |
| 55 </div> |
| 56 |
| 57 <div id="share-block"> |
| 58 <div id="share-general" class="share-buttons"> |
| 59 <a id="share-facebook" href="https://www.facebook.com/adblockplus" tar
get="_blank" data-script="https://facebook.com/plugins/like.php?"> |
| 60 </a> |
| 61 <a id="share-twitter" href="https://twitter.com/adblockplus" target="_
blank" data-script="https://platform.twitter.com/widgets.js"> |
| 62 </a> |
| 63 <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target=
"_blank" data-script="https://apis.google.com/js/plusone.js"> |
| 64 </a> |
| 65 </div> |
| 66 |
| 67 <!-- Chinese social networks --> |
| 68 <div id="share-chinese" class="share-buttons"> |
| 69 <a id="share-renren" href="http://www.renren.com/601651969" target="_b
lank"> |
| 70 </a> |
| 71 <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_bl
ank"> |
| 72 </a> |
| 73 </div> |
| 74 <span class="i18n_firstRun_share"></span> |
| 75 </div> |
| 76 </section> |
| 77 |
| 78 |
| 48 <section id="can-do-more"> | 79 <section id="can-do-more"> |
| 49 <h2 class="i18n_firstRun_features"></h2> | 80 <h2 class="i18n_firstRun_features"></h2> |
| 50 | 81 |
| 51 <ul id="can-do-more-overview"> | 82 <div id="can-do-more-content"> |
| 52 <li id="feature-first"> | |
| 53 <div class="feature-malware-image"></div> | |
| 54 <h4 class="i18n_firstRun_feature_malware"></h4> | |
| 55 </li> | |
| 56 <li> | |
| 57 <div class="feature-social-image"></div> | |
| 58 <h4 class="i18n_firstRun_feature_social"></h4> | |
| 59 </li> | |
| 60 <li> | |
| 61 <div class="feature-tracking-image"></div> | |
| 62 <h4 class="i18n_firstRun_feature_tracking"></h4> | |
| 63 </li> | |
| 64 </ul> | |
| 65 | |
| 66 <div id="can-do-more-expanded"> | |
| 67 <ul id="features"> | 83 <ul id="features"> |
| 68 <li id="feature-malware" class="feature"> | 84 <li id="feature-malware" class="feature"> |
| 69 <div class="feature-image feature-malware-image"></div> | 85 <div class="feature-image feature-malware-image"></div> |
| 70 <div class="feature-description"> | 86 <div class="feature-description"> |
| 71 <div class="feature-description-textblock"> | 87 <div class="feature-description-textblock"> |
| 72 <h3 class="i18n_firstRun_feature_malware feature-title"></h3> | 88 <h3 class="i18n_firstRun_feature_malware feature-title"></h3> |
| 73 <span class="i18n_firstRun_feature_malware_description"></span> | 89 <span class="i18n_firstRun_feature_malware_description"></span> |
| 74 </div> | 90 </div> |
| 75 <div id="toggle-malware" class="toggle"> | 91 <div id="toggle-malware" class="toggle"> |
| 76 <div class="i18n_firstRun_toggle_on toggle-on"></div> | 92 <div class="i18n_firstRun_toggle_on toggle-on"></div> |
| (...skipping 29 matching lines...) Expand all Loading... |
| 106 <div class="i18n_firstRun_toggle_on toggle-on"></div> | 122 <div class="i18n_firstRun_toggle_on toggle-on"></div> |
| 107 <div class="toggle-blob"></div> | 123 <div class="toggle-blob"></div> |
| 108 <div class="i18n_firstRun_toggle_off toggle-off"></div> | 124 <div class="i18n_firstRun_toggle_off toggle-off"></div> |
| 109 </div> | 125 </div> |
| 110 </div> | 126 </div> |
| 111 </li> | 127 </li> |
| 112 | 128 |
| 113 </ul> | 129 </ul> |
| 114 | 130 |
| 115 </div> | 131 </div> |
| 116 | |
| 117 | |
| 118 <div id="activate-features" class="overview" data-status="overview"> | |
| 119 <div class="arrow"></div> | |
| 120 <a id="activate-features-label"> | |
| 121 <span id="label-show-expanded" class="i18n_firstRun_feature_show_expan
ded"></span> | |
| 122 <span id="label-show-overview" class="i18n_firstRun_feature_show_overv
iew hide"></span> | |
| 123 </a> | |
| 124 | |
| 125 <div class="arrow"></div> | |
| 126 </div> | |
| 127 </section> | 132 </section> |
| 128 | 133 |
| 129 <section id="share"> | |
| 130 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2> | |
| 131 | |
| 132 <div id="donate-block"> | |
| 133 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a> | |
| 134 <span id="donate-label" class="i18n_firstRun_donate_label"></span> | |
| 135 </div> | |
| 136 | |
| 137 <div id="share-block"> | |
| 138 <div id="share-general" class="share-buttons"> | |
| 139 <a id="share-facebook" href="https://www.facebook.com/adblockplus" tar
get="_blank" data-script="https://facebook.com/plugins/like.php?"> | |
| 140 </a> | |
| 141 <a id="share-twitter" href="https://twitter.com/adblockplus" target="_
blank" data-script="https://platform.twitter.com/widgets.js"> | |
| 142 </a> | |
| 143 <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target=
"_blank" data-script="https://apis.google.com/js/plusone.js"> | |
| 144 </a> | |
| 145 </div> | |
| 146 | |
| 147 <!-- Chinese social networks --> | |
| 148 <div id="share-chinese" class="share-buttons"> | |
| 149 <a id="share-renren" href="http://www.renren.com/601651969" target="_b
lank"> | |
| 150 </a> | |
| 151 <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_bl
ank"> | |
| 152 </a> | |
| 153 </div> | |
| 154 <span class="i18n_firstRun_share"></span> | |
| 155 </div> | |
| 156 | |
| 157 </section> | |
| 158 | 134 |
| 159 <footer> | 135 <footer> |
| 160 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> | 136 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> |
| 161 </footer> | 137 </footer> |
| 162 | 138 |
| 163 | 139 |
| 164 <div id="glass-pane"> | 140 <div id="glass-pane"> |
| 165 <iframe id="share-popup" scrolling="no"></iframe> | 141 <iframe id="share-popup" scrolling="no"></iframe> |
| 166 </div> | 142 </div> |
| 167 </body> | 143 </body> |
| 168 </html> | 144 </html> |
| OLD | NEW |