-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpopup.html
77 lines (47 loc) · 2.17 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<script src="Chart.js" type="text/javascript"></script>
<link rel="stylesheet" href="popup.css">
</head>
<body>
<div class="header">
<div class="topLine">
<img id="icon" src="/images/128x128.png" style='height:40px'>
<p id= 'title'>Globemallow</p>
<div class="dropdown">
<button class="dropbtn"><img id="menu" src="/images/ellypsis-vertical.svg" style='height:30px'></button>
<div class="dropdown-content">
<a href='https://ko-fi.com/U6U46R9FA' target='_blank'>Donate</a>
<a href='https://github.com/con-schy1/Analytics_AdBlocker#readme' title="OpenSource" target='_blank'>GitHub</a>
</div>
</div>
</div>
</div>
<div class="bodyHTML">
<div class = "grade">Analytics & Advertisements
</div>
<div1 class="ScoreGraph">
<div class="item">
<h2 id = "scoreHTML">0</h2>
<canvas id="myChart" style="width:100%;max-width:230px;"></canvas>
</div>
</div1>
<div id = "blockedDiv">
<p id="blocked">Blocked</p>
</div>
<!-- Report Try - delete if not working-->
<p id='reportAttempt' style="display: none"></p>
<div id= "footer">
<button title="Comparison Report" type="button" id="go-to-options"><img src='images/newWindow.png' style='height:40px'/></button>
<input title ="Pause Blocking" type="image" src="/images/pause.svg" name="pauseBlock" class="pauseRes" id="pause" />
<input title ="Resume Blocking" type="image" src="/images/play.svg" name="pauseBlock" class="pauseRes" id="resume" style="display: none;" />
<!--<a title="Donate" href='https://ko-fi.com/U6U46R9FA' target='_blank'><img id="donate" height='30' style='border:0px;height:27px;' src='https://cdn.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>-->
<a title="Buy Me a Coffee" href="https://ko-fi.com/U6U46R9FA" target='_blank'><img id="donate" src="images/kofi.png" style='height:40px'></a>
</div>
</div>
<script src="popup.js"></script>
</body>
</html>