Here are some Greasemonkey scripts I'm working on. You can also find some of these script at my userscripts.org
- Bruceify
My first chop at a greasemonkey script. It has some keyboard shortcuts to help navigate my site. the L key (upper or lower case) brings up a legend that will give you more information.

There are some easter eggs in there too. I was playing with JQuery and couldn't resist. Don't forget to refresh the page after you install the script!
- LinksInNewTab
This script modifies *ALL* page links to open in new tab. It's the predecessor of my GoogleInNewTab script. It's very generic.
- GoogleInNewTab
When I'm researching a topic using Google search, I will normally open a couple promising links, each in a new tab. I let them load and then look through them one by one, keeping some open and closing others. My original search page is left untouched, as I keep returning to it looking for more candidates. Firefox has the Open Link in New Tab feature which makes this easy, just not easy enough. I have to hover, right click and then left click each time. So this script changes all the results links on the page to open in a new tab by default. All other links on the page, like navigation links and add sense, are left alone. This script works for the Google web, images and video searches.