forked from adblockplus/adblockplus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirstRun.html
More file actions
134 lines (122 loc) · 5.63 KB
/
firstRun.html
File metadata and controls
134 lines (122 loc) · 5.63 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<!--
- This file is part of Ad Blocking Community <https://adblockplus.org/>,
- Copyright (C) 2006-2015 Eyeo GmbH
-
- Ad Blocking Community 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.
-
- Ad Blocking Community 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 Ad Blocking Community. 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>
<link type="text/css" href="jquery-ui/css/1.11.4/jquery-ui.1.11.4.min.css" rel="stylesheet" />
<script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="jquery-ui/js/jquery-ui.1.11.4.min.js"></script>
</head>
<body>
<header>
<img id="logo">
<h1 id="title-main" class="i18n_firstRun_title"></h1>
</header>
<section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning warning" hidden="true"></section>
<section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlistsReinitializedWarning warning" hidden="true"></section>
<section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning warning" hidden="true"></section>
<div id="di-conflicting-extensions" title="Warning: The following extensions might conflict with CommunityAdblock">
<ul id="ulConflicts">
</ul>
</div>
<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>
-->
<!--return this when we have mobile browser
<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="can-do-more">
<h2 class="i18n_firstRun_features"></h2>
<div id="can-do-more-content">
<ul id="features">
<li id="feature-malware" class="feature">
<div class="feature-image feature-malware-image"></div>
<div class="feature-description">
<div class="feature-description-textblock">
<h3 class="i18n_firstRun_feature_malware feature-title"></h3>
<span class="i18n_firstRun_feature_malware_description"></span>
</div>
<div id="toggle-malware" class="toggle">
<div class="i18n_firstRun_toggle_on toggle-on"></div>
<div class="toggle-blob"></div>
<div class="i18n_firstRun_toggle_off toggle-off"></div>
</div>
</div>
</li>
<li id="feature-social" class="feature">
<div class="feature-image feature-social-image"></div>
<div class="feature-description">
<div class="feature-description-textblock">
<h3 class="i18n_firstRun_feature_social feature-title"></h3>
<span class="i18n_firstRun_feature_social_description"></span>
</div>
<div id="toggle-social" class="toggle">
<div class="i18n_firstRun_toggle_on toggle-on"></div>
<div class="toggle-blob"></div>
<div class="i18n_firstRun_toggle_off toggle-off"></div>
</div>
</div>
</li>
<li id="feature-tracking" class="feature">
<div class="feature-image feature-tracking-image"></div>
<div class="feature-description">
<div class="feature-description-textblock">
<h3 class="i18n_firstRun_feature_tracking feature-title"></h3>
<span class="i18n_firstRun_feature_tracking_description"></span>
</div>
<div id="toggle-tracking" class="toggle">
<div class="i18n_firstRun_toggle_on toggle-on"></div>
<div class="toggle-blob"></div>
<div class="i18n_firstRun_toggle_off toggle-off"></div>
</div>
</div>
</li>
</ul>
</div>
</section>
</div>
<footer>
<a style="display:none;" id="contributors" class="i18n_firstRun_contributor_credits"></a>
</footer>
</body>
</html>