Google Footer Remover

By Alan K Last update Mar 22, 2007 — Installed 4,482 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 8 posts, 5 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
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.

 
Alan K Script's Author

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

 
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 :-)

 
Alan K Script's Author

Thanks for the tip, I have made the change.

 
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';

 
Alan K Script's Author

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

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

 
NeoCZ User

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

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel