Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

iGoogle top bar remover

Removes the white bar at the top of your iGoogle page, as well as the footer at the bottom. Leaves the rest of the page intact.

Makes slightly better use of your valuable screen real-estate!

Powered by GeoLogic




Jan 18, 2008
etalien Scriptwright

I've made an updated version of this script, grab it here:

http://userscripts.org/scripts/show/20577

 
Jan 18, 2008
JR*CE User

is it possible to get rid of the line from the bar.. its light blue and doesn't go away with the white part. It shows up regardless of which skin is applied.

thx

 
Jan 17, 2008
elk Scriptwright

For my skin (Earth-light, one of the new ones) i had to add:
document.getElementById("footerwrapinner").style.display = "none";
to remove the footer.

But there is still an anoying line at the top...

 
Jan 17, 2008
sebvieira User

I've managed to get it working, except for one annoying bar that i can't locate the div id of. Replace the script with these lines (under the comments) :

document.getElementById("gbar").style.display = "none";

document.getElementById("guser").parentNode.style.display = "none";

document.getElementById("gbi").style.display = "none";

document.getElementById("footerwrap").style.display = "none";

 
Jan 16, 2008
elk Scriptwright

Its broken? Doesnt work since a few days...

 
Dec 28, 2007
Ballero User

Does work......

 
Dec 27, 2007
oForgotTheNameo User

doesnt work

You could comment on this script if you were logged in.