--- date: "2006-02-13T04:31:20Z" title: Using Greasemonkey for Decent Keyboard Navigation ---
This weekend I spent some time playing with Greasemonkey. Greasemonkey is a a great little Firefox extension which allows you to customize pages with JavaScript. I also whipped up my own Greasemonkey scripts to add navigational access keys (NAK) to Digg, Reddit, and the Something Awful Forums (SAF):
All of the scripts add consistent keyboard navigation commands: ALT-,
for the previous page, ALT-.
for the next page. The SAF
script adds first (ALT-<
) and last (ALT->
) page keys as well, but
their Digg and Reddit counterparts aren't quite working (yet).
If keyboard navigation isn't your thing, don't worry; there are a gadzillion other scripts to choose from. At the moment, my two favorite (besides the ones above, of course :D) are:
Finally, If you're interested in writing your own Greasemonkey scripts, here are a couple of handy links: