-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpopup.html
63 lines (58 loc) · 1.97 KB
/
popup.html
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
<html>
<head>
<title>blockerDNS</title>
<link rel="stylesheet"
href="css/mdc.switch.min.css">
<link rel="stylesheet"
href="css/popup.css">
</head>
<body>
<div class="top-bar">
<img src='img/logo_header_256.png'>
</div>
<div class="content">
<div class="two-grid">
<div id="active">
</div>
<div class="mdc-switch"
id="activeToggle">
<div class="mdc-switch__track"></div>
<div class="mdc-switch__thumb-underlay">
<div class="mdc-switch__thumb">
<input type="checkbox"
class="mdc-switch__native-control"
role="switch">
</div>
</div>
</div>
</div>
<br>
<div class="divider"></div>
<br>
<br>
<div class="medium-text">
Read our <a href="https://blockerdns.com/extension"
target="_blank">Frequently Asked Questions</a>.
</div>
<br>
<div class="medium-text">
To block ads on your Android, desktop computer, router or any other devices at the <b>DNS level</b>, check out <a href="https://blockerdns.com"
target="_blank">our website</a>.
</div>
<br>
<div class="small-text">blockerDNS doesn't collect or log any of your data, period. You can read our privacy policy <a href="https://blockerdns.com/privacy#extension"
class="small-text"
target="_blank">here</a>.</div>
<br>
<div class="small-text text-center">
block list version: <span id="version"></span>
</div>
<div class="small-text text-center">
<a href="#"
id="update">check for list update</a>
</div>
</div>
<script src="js/mdc.switch.min.js"></script>
<script src="js/popup.js"></script>
</body>
</html>