How do I filter certain javascripts from running and not block them all on Drudge Report?
- by jay
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);}"