There are 5 previous versions of this script.
// ==UserScript== // @name Normal Google to iGoogle // @description Re-direct to iGoogle from Normal Google | Script based on http://userscripts.org/scripts/show/25242 (which is a rather pointless script, why not just change your homepage) // @include http://www.google.tld/webhp?hl=* // @include http://www.google.tld/ // ==/UserScript== document.location.href = 'http://www.google.com/ig/';