From 967ae84a8983a94f0c8ef5c69394c48460ce032b Mon Sep 17 00:00:00 2001 From: tekkub Date: Tue, 3 Nov 2009 15:44:03 -0700 Subject: First few userscripts --- _layouts/default.html | 1 + ...2009-11-03-userscripts-and-bookmarklets.textile | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 _posts/2009-11-03-userscripts-and-bookmarklets.textile 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 --- 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 -- cgit v1.3.1