Digg Forward 1.0

By Đình Quân Last update Jan 21, 2007 — Installed 1,544 times. Daily Installs: 0, 0, 0, 0, 0, 2, 0, 0, 1, 1, 0, 0, 0, 2, 0, 1, 3, 0, 0, 2, 1, 3, 2, 0, 0, 0, 0, 0, 1, 3, 1, 1
// version 1.0
// Copyright (c) 2006, Narga Labs. http://www.narga.net
// Released under the GPL license
// http://www.gnu.org/copyleft/gpl.html
// ==UserScript==
// @name           Digg Forward 1.0
// @namespace      http://www.narga.net
// @description    Forward you to target page and skip Digg Website when you browser Digg via Internet Browser and RSS Reader.
// @include        http://digg.com/*/*
// ==/UserScript==var t = document.getElementById('title');window.location = t.getElementsByTagName('a')[0].href;