Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Google keeps changing the name of the div containing the footer. I have corrected the script, for now, but Google may change it again. |
|
|
GetBoosted84, I have included that now as well. Thanks. |
|
|
I added the following if statement to the script to avoid a javascript error on the google home page:
Great script :-) |
|
|
Thanks for the tip, I have made the change. |
|
|
Google now also has a div with the id of "footer_promos" Thus, add this line to the script:
|
|
|
No problem. It's actually only 1 line of code: document.getElementById("footer").style.display = 'none'; |
|
|
thx for filling my request, I am new to scripts so I can't make my own ones :-) |