iGoogle Footer and left tab Cleanup

By Nicholas A Last update Feb 19, 2010 — Installed 1,213 times.


Script Summary: Cleanup iGoogle Footer and remove left tabs

Version: 2.0.2

Copyright: NJA

License: Creative Commons Attribution-Noncommercial 3.0 United States License

This version removes artist theme info and google promos from the footer in iGoogle without removing the entire footer. It further removes the new left tabs found on iGoogle US.

If you wish to even out the amount of space the header takes up compared to the footer you can add this to the end of the script: GM_addStyle("#nhdrwrapsizer {height:NNNpx !important;}");

Replace NNN with a size for the header, typically not exceeding 150px as that's what iGoogle uses anyhow.

Also you can resize the footer by inserting: addGlobalStyle(
'#footerwrap {height:auto !important}' +
'#footerwrapinner {height:NNNpx !important}' );

As above, replace NNN with your adjusted size from 0px to 150px (default) or more.