-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
31 lines (21 loc) · 1.25 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1, width=device-width" />
<title>Bookmarklet Index</title>
<link rel="stylesheet" type="text/css" href="css/skeleton.css" />
</head>
<body class="container">
<h1>Useful Bookmarklets</h1>
<p>I use and have written a lot of bookmarklets over the years. A bookmarklet is a simple link that executes JavaScript instead of opening a new page. Here are a few I use regularly.</p>
<ol>
<li><a href="gmail.html">Open Gmail Compose Window</a></li>
<li><a href="jquerify.html">Load jQuery on Any Page</a></li>
<li><a href="gvsuhas.html">See if GVSU Libraries has a Book</a></li>
<li><a href="gvsushort.html">Make a short GVSU link automagically</a></li>
<li><a href="unicorn.html">Add a Unicorn to any page</a></li>
</ol>
<p><a href="installing.html">Tips for Installing Bookmarklets</a></p>
<footer><small>Created by <a href="http://matthewreidsma.com">Matthew Reidsma</a> for the <a href="http://infopeople.org">Infopeople</a> course "Customizing Vendor Tools for Better Customer Service," Summer 2015. <a href="http://getskeleton.com/">Styles by Skeleton</a>. Code for this page is on <a href="http://github.com/mreidsma/Bookmarklets">Github</a>.</small></footer>
</body>
</html>