-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.html
More file actions
33 lines (33 loc) · 905 Bytes
/
scripts.html
File metadata and controls
33 lines (33 loc) · 905 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Scripts</title>
<link rel="stylesheet"
href="http://teamfreehugs.github.io/experimental/css/base.css" />
<script src="http://teamfreehugs.github.io/js/markdown.js"></script>
</head>
<body>
<div>
<p>
<a href=".">Parent Directory</a>
</p>
<ul>
<li><a href="js/StackAPI.js">StackAPI</a></li>
<li><a
href="userscripts/eyeshurt.user.js">Eyes
Hurt?</a></li>
<li><a
href="userscripts/O_o.user.js">O_o</a></li>
<li><a
href="userscripts/unicorns.user.js">Unicorn</a></li>
<li><a
href="userscripts/chat.user.js">Chat Tweaks</a></li>
<li><a
href="userscripts/facepalm/facepalm.button.user.js">Facepalm button</a></li><li><a
href="userscripts/facepalm/facepalm.page.user.js">Facepalm page</a></li>
<li><a href="stackexchange/userscripts/">SE Scripts</a></li>
</ul>
</div>
</body>
</html>