summaryrefslogtreecommitdiff
path: root/_posts
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 /_posts
parenta39b5dfcf94b54dc9d1807c669f27606fae0f9fd (diff)
First few userscripts
Diffstat (limited to '_posts')
-rw-r--r--_posts/2009-11-03-userscripts-and-bookmarklets.textile23
1 files changed, 23 insertions, 0 deletions
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