summaryrefslogtreecommitdiff
path: root/data/extensions/spyblock@gnu.org/chrome/content/ui/firstRun.html
blob: 958c4f69024cd2b7e278c8804aa6a0f0882850ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<!--
  - This file is part of Adblock Plus <https://adblockplus.org/>,
  - Copyright (C) 2006-2017 eyeo GmbH
  -
  - Adblock Plus is free software: you can redistribute it and/or modify
  - it under the terms of the GNU General Public License version 3 as
  - published by the Free Software Foundation.
  -
  - Adblock Plus is distributed in the hope that it will be useful,
  - but WITHOUT ANY WARRANTY; without even the implied warranty of
  - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - GNU General Public License for more details.
  -
  - You should have received a copy of the GNU General Public License
  - along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
  -->

<html>
  <head>
    <title class="i18n_firstRun_title"></title>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link type="text/css" href="skin/common.css" rel="stylesheet" />
    <link type="text/css" href="skin/firstRun.css" rel="stylesheet"/>
    <script type="text/javascript" src="ext/common.js"></script>
    <script type="text/javascript" src="ext/content.js"></script>
    <script type="text/javascript" src="common.js"></script>
    <script type="text/javascript" src="i18n.js"></script>
    <script type="text/javascript" src="firstRun.js"></script>
  </head>
  <body>


    <header>
        <img id="logo">
        <h1 id="title-main" class="i18n_firstRun_title"></h1>
    </header>

    <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlistsReinitializedWarning warning" hidden="true"></section>

    <div id="content">
      <section id="general">
        <div id="acceptable-ads-block" class="block">
          <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2>
          <p id="acceptable-ads-explanation" class="i18n_firstRun_acceptableAdsExplanation"></p>
        </div>
        <div id="abb-promotion-block" class="block">
          <h2 class="i18n_firstRun_abbPromotionHeadline"></h2>
          <a href="https://adblockbrowser.org/?ref=frp">
            <div>
              <img src="skin/abb-logo.png" alt="Adblock Browser logo" />
            </div>
            <div>
              <div class="i18n_firstRun_abbButtonTitle title"></div>
              <div class="i18n_firstRun_abbButtonSubtitle subtitle"></div>
            </div>
          </a>
        </div>
      </section>


      <section id="share">
        <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2>

        <div class="block">
          <a id="donate" class="i18n_firstRun_donate" target="_blank"></a>
          <span id="donate-label" class="i18n_firstRun_donate_label"></span>
        </div>

        <div class="block">
          <div id="share-general" class="share-buttons">
            <a id="share-facebook" href="https://www.facebook.com/adblockplus" target="_blank" data-script="https://facebook.com/plugins/like.php?">
            </a>
            <a id="share-twitter" href="https://twitter.com/adblockplus" target="_blank" data-script="https://platform.twitter.com/widgets/">
            </a>
            <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target="_blank" data-script="https://apis.google.com/se/0/_/+1/fastbutton?">
            </a>
          </div>

          <!-- Chinese social networks -->
          <div id="share-chinese" class="share-buttons">
            <a id="share-renren" href="http://www.renren.com/601651969" target="_blank">
            </a>
            <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_blank">
            </a>
          </div>
          <span class="i18n_firstRun_share"></span>
        </div>
      </section>

    </div>

    <footer>
      <a id="contributors" class="i18n_firstRun_contributor_credits"></a>
    </footer>
  </body>
</html>