Auto Add Feed to Google Reader

By Anmar Mansur Last update Jul 22, 2007 — Installed 5,786 times. Daily Installs: 5, 5, 6, 3, 6, 5, 2, 4, 0, 2, 0, 1, 9, 6, 4, 2, 6, 5, 0, 1, 8, 3, 3, 3, 4, 14, 8, 2, 2, 2, 3, 0
// ==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);