Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How can I stop pages from automatic reloading, I am aware of the option in advanced, but it does not work for pages like Yahoo News and Drudge Report.

  • 1 tontu
  • 44 am na jafe-jafe bii
  • 1 view
  • i mujjee tontu mooy cor-el

more options

I am trying to stop pages from being able to automatically reload. Sites such as Drudge Report and now Yahoo News anre reloading before I have a chance to read them and it confuses me due to a disability besides just being annoying. I have found the option in tools-advanced-accessibility and checked it but they still reload. And I did close Firefox and restart.

I am using version 3.6.8 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722

Thanks

I am trying to stop pages from being able to automatically reload. Sites such as Drudge Report and now Yahoo News anre reloading before I have a chance to read them and it confuses me due to a disability besides just being annoying. I have found the option in tools-advanced-accessibility and checked it but they still reload. And I did close Firefox and restart. I am using version 3.6.8 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Thanks

All Replies (1)

more options

The Drudge Report site has a script to reload after 3 minutes:

 var timer = setInterval("autoRefresh()", 1000 * 60 * 3);
 function autoRefresh(){self.location.reload(true);}

The Yahoo page probably has something similar.

You can try NoScript to see if you can block that refresh.

NoScript: https://addons.mozilla.org/firefox/addon/722

http://userscripts.org/scripts/show/13594 - Prevent automatic reload for drudgereport.com