3
1
How do I block this particular "auto refresh" script on Drudge Report from running in my Firefox browser on Windows XP?
var timer = setInterval("autoRefresh()", 1000 * 60 * 3);
function autoRefresh(){self.location.reload(true);}
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.