From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- ...reasemonkey-for-decent-keyboard-navigation.html | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 content/posts/2006-02-13-using-greasemonkey-for-decent-keyboard-navigation.html (limited to 'content/posts/2006-02-13-using-greasemonkey-for-decent-keyboard-navigation.html') diff --git a/content/posts/2006-02-13-using-greasemonkey-for-decent-keyboard-navigation.html b/content/posts/2006-02-13-using-greasemonkey-for-decent-keyboard-navigation.html new file mode 100644 index 0000000..360f1c1 --- /dev/null +++ b/content/posts/2006-02-13-using-greasemonkey-for-decent-keyboard-navigation.html @@ -0,0 +1,51 @@ +--- +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:

+ + + + -- cgit v1.2.3