LEFT | RIGHT |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 - This file is part of Adblock Plus <https://adblockplus.org/>, | 3 - This file is part of Adblock Plus <https://adblockplus.org/>, |
4 - Copyright (C) 2006-2015 Eyeo GmbH | 4 - Copyright (C) 2006-2015 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 24 matching lines...) Expand all Loading... |
35 </header> | 35 </header> |
36 | 36 |
37 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning w
arning" hidden="true"></section> | 37 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning w
arning" hidden="true"></section> |
38 <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlis
tsReinitializedWarning warning" hidden="true"></section> | 38 <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlis
tsReinitializedWarning warning" hidden="true"></section> |
39 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni
ng warning" hidden="true"></section> | 39 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni
ng warning" hidden="true"></section> |
40 | 40 |
41 <div id="content"> | 41 <div id="content"> |
42 <section id="general"> | 42 <section id="general"> |
43 <div id="acceptable-ads-block"> | 43 <div id="acceptable-ads-block"> |
44 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> | 44 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> |
45 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExp
lanation"></p> | 45 <p id="acceptable-ads-explanation" class="i18n_firstRun_acceptableAdsE
xplanation"></p> |
46 </div> | 46 </div> |
47 <div id="abb-promotion-block"> | 47 <div id="abb-promotion-block"> |
48 <h2 class="i18n_firstRun_abbPromotionHeadline"></h2> | 48 <h2 class="i18n_firstRun_abbPromotionHeadline"></h2> |
49 <a href="https://adblockbrowser.org/?ref=frp"> | 49 <a href="https://adblockbrowser.org/?ref=frp"> |
50 <div> | 50 <div> |
51 <img src="skin/abb-logo.png" alt="Adblock Browser logo" /> | 51 <img src="skin/abb-logo.png" alt="Adblock Browser logo" /> |
52 </div> | 52 </div> |
53 <div> | 53 <div> |
54 <div class="i18n_firstRun_abbButtonTitle"></div> | 54 <div class="i18n_firstRun_abbButtonTitle title"></div> |
55 <div class="i18n_firstRun_abbButtonSubtitle"></div> | 55 <div class="i18n_firstRun_abbButtonSubtitle subtitle"></div> |
56 </div> | 56 </div> |
57 </a> | 57 </a> |
58 </div> | 58 </div> |
59 </section> | 59 </section> |
60 | 60 |
61 | 61 |
62 <section id="share"> | 62 <section id="share"> |
63 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2> | 63 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2> |
64 | 64 |
65 <div id="donate-block"> | 65 <div id="donate-block"> |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 <footer> | 148 <footer> |
149 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> | 149 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> |
150 </footer> | 150 </footer> |
151 | 151 |
152 | 152 |
153 <div id="glass-pane"> | 153 <div id="glass-pane"> |
154 <iframe id="share-popup" scrolling="no"></iframe> | 154 <iframe id="share-popup" scrolling="no"></iframe> |
155 </div> | 155 </div> |
156 </body> | 156 </body> |
157 </html> | 157 </html> |
LEFT | RIGHT |