搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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 个回答
  • 44 人有此问题
  • 1 次查看
  • 最后回复者为 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

所有回复 (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