Greasemonkey Script: Digg Redirect
One annoyance I have with Digg is that their RSS feed links point back to their site rather than the story it points to. I assume it’s because they want the traffic. So, here’s a super simple Greasemonkey script that will automatically redirect you to the real story page/site when you navigate to any Digg story.
July 5th, 2006 at 11:41 PM PDT
Nice script. It will work better if you:
var t = document.getElementById(’title’);
January 4th, 2007 at 7:44 AM PST
Thanks Greg. Your tip made it work.
February 25th, 2007 at 2:11 PM PST
It didn’t work for me at all until I used title instead of title1.
I posted it on userscripts.org so others can see your wonderful work.