iGoogle cleaner

By Erik Nomitch Last update Aug 28, 2007 — Installed 866 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0
// ==UserScript==
// @name           iGoogle cleaner
// @namespace      userscripts.org
// @description    Cleans up iGoogle
// @include        *google.com/ig*
// ==/UserScript==

// Footer
GM_addStyle("#footerwrap { display: none !important; }");

// all search bar area
GM_addStyle("#gsea { display: none !important; }");

// user bar
GM_addStyle("#guser { display: none !important; }");
GM_addStyle("#gbar { display: none !important; }");
GM_addStyle("#nhdrwrapsizer { display: none !important; }");

// top line
GM_addStyle("#gbarl { display: none !important; }");