// ==UserScript==
// @name           Scoopeo click-through
// @namespace      http://www.emich.be/fr/greasemonkey/
// @description    Automatic clickthrough from diggpage.
// @include        http://scoopeo.com/*/*
// @include        http://www.scoopeo.com/*/*
// ==/UserScript==

location.href="http://www.scoopeo.com/scoop/redir/"+document.getElementById("leftcontent").childNodes[2].childNodes[1].id.substr(4);
