Delete Annoying Page Hiders

By Preston91 Last update May 1, 2008 — Installed 402 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 3 posts, 3 voices



Jesse Andrews Admin

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

 
Preston91 Script's Author

I'm kind of new to the whole scripting bit, I have started to learn JavaScript straight up tho, I'm not terrible at it, I have been practicing for a while now and I am always open to help and suggestions. thx

 
teukkam Scriptwright

Dude, you could do this with just two lines:


document.getElementById('DisableSite').style.display = 'none';
document.getElementById('Disclaimer').style.display = 'none';

...without the Platypus junk. Didn't test it though, as I'm in the office :)

Even if you use Platypus, it would make sense to delete all unused functions, since they only waste memory in a user script and make it harder to read the source code.

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