Auto Add Feed to Google Reader

By Anmar Mansur Last update Jul 22, 2007 — Installed 5,834 times. Daily Installs: 6, 5, 0, 1, 8, 3, 3, 3, 4, 14, 8, 2, 2, 2, 3, 0, 2, 5, 7, 7, 2, 7, 1, 2, 2, 4, 1, 0, 0, 3, 2, 1
// ==UserScript==
// @name           Auto Add Feed to Google Reader
// @description    Bypasses the choice to add a feed to Google homepage or Google Reader, directly adding it to Google Reader.
// @include        http://www.google.com/ig/add?feedurl=*
// ==/UserScript==

location.replace(document.evaluate("//a[contains(@href, 'addtoreader')]", document, null, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue.href);