搜索 | 用户支持

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

详细了解

How can I stop the Drudgereport page from autorefreshing? None of the standard answers work.

  • 4 个回答
  • 4 人有此问题
  • 4 次查看
  • 最后回复者为 cor-el

more options

How can I stop the Drudgereport page from autorefreshing? None of the standard answers work.

How can I stop the Drudgereport page from autorefreshing? None of the standard answers work.

所有回复 (4)

more options

Drudgereport includes JavaScript code that refreshes the page. You could disable JavaScript for the drudgereport site, that will stop it from refreshing. You can do that by installing the YesScript extension which allows you to block JavaScript on sites that you specify.

more options

Once I've got YesScript installed, how do I activate it? Where do I find it, in Tools?

more options

It adds a button to the status bar, you click on it to enable/disable scripts on the site that is being displayed.

more options

See also http://userscripts.org/scripts/show/13594

You can also use a bookmarklet like this after you have (re)loaded the web page:

javascript:clearInterval(timer);void(autoRefresh=null);


由cor-el于修改