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.

3 Responses to “Greasemonkey Script: Digg Redirect”

  1. Greg Says:

    Nice script. It will work better if you:

    var t = document.getElementById(’title’);

  2. brad Says:

    Thanks Greg. Your tip made it work.

  3. Ephilei Says:

    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.

Leave a Reply