-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
31 lines (27 loc) · 837 Bytes
/
popup.html
File metadata and controls
31 lines (27 loc) · 837 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<title>Just Just</title>
<script src="popup.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body id="popup">
<h1>Just Buster for Chrome</h1>
<h2>Settings for this Website</h2>
<p>Just Tracker Tool</p>
<p></p>
<p>
<input id="checkboxShowOccurrences" type="checkbox" />
<label for="checkboxShowOccurrences"
>Show number of found keywords in toolbar icon.</label
>
</p>
<p>Check All Underminers
<h2>314 Justs Removed since Date</h2>
</p>
<br />
<button id="newDoc" type="button">New Document</button>
<button id="account" type="button">My Account</button>
</body>
</html>