How do I filter certain javascripts from running and not block them all on Drudge Report?
Posted
by jay
on Super User
See other posts from Super User
or by jay
Published on 2010-06-14T15:59:03Z
Indexed on
2010/06/14
16:03 UTC
Read the original article
Hit count: 247
How do I block this particular "auto refresh" script on Drudge Report from running in my Firefox browser?
I have NoScript and AdblockPlus plugins installed, but neither of them explain how to filter out a particular script and keep it from running and leave the rest alone. I don't want to stop all javascripts from running just the one listed below.
Any help would be appreciated.
"var timer = setInterval("autoRefresh()", 1000 * 60 * 3); function autoRefresh(){self.location.reload(true);}"
© Super User or respective owner