Dave Lucas: Stop Drudge Report From Refreshing:
If you visit the Drudge Report often, you have probably noticed an extremely annoying feature on the site: excessive automatic page refreshing.
Here's how to put a stop to The Drudge Report (Lucianne.com, Instapundit.com, etc) constantly refreshing.
Answer this:
Are you tech-savvy?
A geek?
Nerd?
Supercomputerist?
Click here: http://dave-lucas.blogspot.com/2014/09/stop-drudge-report-from-refreshing.html
# 2 Drudge's site relies upon JavaScript to reload the page.
Chrome browser:::
Add drudgereport.com to the exception list on chrome://settings/contentExceptions#javascript
HINT : You must type out www.drudgereport.com ; not drudgereport.com to make it work.
2 comments:
open development tool (F12)
go to the console tab
paste the following code into the little window at the bottom:
var counterDR = 1;
function autoRefresh(){
$('#app_mainheadline').append(counterDR);
counterDR++;
};
autoRefresh();
click the green run arrow,
close the development tool (F12) with the upper right-hand corner X,
enjoy!
Chrome has an extension that stops Drudge from refreshing. Go to the Chrome Store and search for Drudge.
Or go to Drudge Refresh Blocker
Post a Comment