iGoogle Footer Cleanup

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


Script Summary: Cleanup iGoogle Footer

Version: 2.0.2

Copyright: NJA

License: Creative Commons Attribution-Noncommercial 3.0 United States License

Removes everything within the footer without removing the entire footer itself. It removes artist theme info, and the google promos at the bottom.

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.