summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-11-03 15:44:03 -0700
committertekkub <tekkub@gmail.com>2009-11-03 15:44:03 -0700
commit967ae84a8983a94f0c8ef5c69394c48460ce032b (patch)
tree34ef260974d5e73b51726ba8739047e568f0c99c
parenta39b5dfcf94b54dc9d1807c669f27606fae0f9fd (diff)
First few userscripts
-rw-r--r--_layouts/default.html1
-rw-r--r--_posts/2009-11-03-userscripts-and-bookmarklets.textile23
2 files changed, 24 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 2f6307b..258cdb9 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -6,6 +6,7 @@ sidebar_cats:
- mac
- windows
- linux
+- other
---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
diff --git a/_posts/2009-11-03-userscripts-and-bookmarklets.textile b/_posts/2009-11-03-userscripts-and-bookmarklets.textile
new file mode 100644
index 0000000..99445d6
--- /dev/null
+++ b/_posts/2009-11-03-userscripts-and-bookmarklets.textile
@@ -0,0 +1,23 @@
+---
+layout: default
+title: Userscripts and Bookmarklets
+description: Various bits of code to enhance and personalize GitHub
+categories: other
+---
+
+This page contains userscripts and bookmarklets to enhance and customize GitHub. If you have a link to add, please "fork this repo":http://github.com/help/help.github.com.
+
+Userscripts can be installed by simply visiting the "raw" version of the gist or github page. Your browser should prompt you to install the userscript if it recognizes it. See "this post":http://github.com/blog/302-gist-for-greasemonkey for details.
+
+Bookmarklets should provide their own installation instructions.
+
+h2. GitHub
+
+* "GitHubbub":http://github.com/stephencelis/githubbub - Growl notifications for the dashboard events
+* "Dashboard twitter status":http://gist.github.com/225512 - Adds the two most recent, non-reply tweets from @github to your dashboard
+* "Augment GitHub":http://github.com/nakajima/augment-github - Bookmarklet that adds follower, fork, and issue counts to your repos on your dashboard
+
+h2. Gist
+
+* "Replace page title with filename":http://gist.github.com/93187
+* "Diff for gist":http://gist.github.com/105913