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

Google Footer Remover

Removes footer from Google homepage (google.com/ig)

Removes footer from Google homepage (google.com/ig). This really is a very simple script, but someone requested that someone make it :)

Google keeps changing the name of the <div> containing the footer. I have corrected the script, for now, but Google may change it again.






Mar 22, 2007
Alan K Script's author

Google keeps changing the name of the div containing the footer. I have corrected the script, for now, but Google may change it again.

 
Mar 22, 2007
Alan K Script's author

GetBoosted84, I have included that now as well. Thanks.

 
Mar 13, 2007
GetBoosted84 User

I added the following if statement to the script to avoid a javascript error on the google home page:
if (document.getElementById("footer") != null)
{
document.getElementById("footer").style.display = 'none';
}

Great script :-)

 
Mar 11, 2007
Alan K Script's author

Thanks for the tip, I have made the change.

 
Mar 11, 2007
Dest User

Google now also has a div with the id of "footer_promos"

Thus, add this line to the script:
document.getElementById("footer_promos").style.display = 'none';

 
Mar 2, 2007
Alan K Script's author

No problem. It's actually only 1 line of code:

document.getElementById("footer").style.display = 'none';

 
Mar 2, 2007
NeoCZ User

thx for filling my request, I am new to scripts so I can't make my own ones :-)

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