Archive for the 'greasemonkey' Category

Digg Top Ten Normalizer

Sunday, May 11th, 2008

I’ve created a new greasemonkey script to ‘normalize’ the top ten sidebar in digg. Now instead of linking to the comments, it links directly to the story. Beside it there is a link to the comments:

Enjoy: Digg Top Ten Normalizer

Greasemonkey Bug - DOMNodeInserted event doesn’t allow GM_xmlhttpRequest

Friday, May 9th, 2008

I’ve been rewriting the Digg Rating Extender greasemonkey script to not use unsafeWindow (The new version is out by the way, so go get it) and ran into an interesting bug.
I’m using the DOMNodeInserted event to see when any comments/replies are added to the comments of the currently viewed story. (It turns out that [...]

Digg Rating Extender

Sunday, August 19th, 2007

Install Script (Must have Greasemonkey installed on Firefox)

I created a greasemonkey script (FIREFOX ONLY, for now) to show the digg ups and digg downs on digg stories. Here’s a picture of what it looks like now:

For those who are interested, details are below. Those who aren’t can’t just go straight to downloading the script.
Some [...]