Normal Google to iGoogle

By sdfghjklkjhgfds sdfghjiuytr Last update Nov 19, 2009 — Installed 1,647 times.

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/';