// ==UserScript==
// @name           Digg click-through
// @namespace      http://www.emich.be
// @description    Automatic clickthrough from diggpage.
// @include        http://digg.com/*/*
// @include        http://www.digg.com/*/*
// ==/UserScript==

alert(document.getElementById("title").getFirstChild().getAttribute("href"));
