-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathoptions.html
More file actions
42 lines (34 loc) · 1.04 KB
/
options.html
File metadata and controls
42 lines (34 loc) · 1.04 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
<html>
<head><title>Paranoid Browsing Options</title></head>
<style type="text/css">
#content {
width: 600px;
margin-left: auto;
margin-right: auto;
}
input {
width: 500px;
}
</style>
<body>
<div id="content">
<h1>Paranoid Browsing Options</h1>
<h3>Top-level pages</h3>
<p><i>Paranoid Browsing will randomly select one of these pages to start browsing. You can customize this list to make your web activity more misleading.</i></p>
<input type="text" name="startPage" /><br />
<input type="text" name="startPage" /><br />
<input type="text" name="startPage" /><br />
<input type="text" name="startPage" /><br />
<input type="text" name="startPage" /><br />
<input type="text" name="startPage" /><br />
<input type="text" name="startPage" /><br />
<input type="text" name="startPage" /><br />
<input type="text" name="startPage" /><br />
<input type="text" name="startPage" /><br />
<div id="status"></div>
<button id="save">Save</button>
<button id="restoreDefaults">Restore Defaults</button>
</div>
</body>
<script src="options.js"></script>
</html>