-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoption.html
More file actions
48 lines (47 loc) · 946 Bytes
/
option.html
File metadata and controls
48 lines (47 loc) · 946 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
<title>Forbidden Websites</title>
</head>
<body>
<h2>Forbidden Websites</h2>
<label>
Facebook
<input id="facebook" type="checkbox">
</label><br />
<label>
Twitter
<input id="twitter" type="checkbox">
</label><br />
<label>
Reddit
<input id="reddit" type="checkbox">
</label><br />
<label>
Tumblr
<input id="tumblr" type="checkbox">
</label><br />
<label>
Netflix
<input id="netflix" type="checkbox">
</label><br />
<label>
Cracked
<input id="cracked" type="checkbox">
</label><br />
<label>
I Waste So Much Time
<input id="iwastesomuchtime" type="checkbox">
</label><br />
<label>
Pinterest
<input id="pinterest" type="checkbox">
</label><br />
<label>
Buzzfeed
<input id="buzzfeed" type="checkbox">
</label><br />
<button id="save">Save</button>
<script type="text/javascript" src="options.js"></script>
<script type="text/javascript" src="testPopup.js"></script>
</body>
</html>