Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

How do I stop Drudge from autorefreshing?

  • 9 ответов
  • 2 имеют эту проблему
  • 13 просмотров
  • Последний ответ от cor-el

more options

The about:config trick doesn't work on Drudge. Chrome has an add-on that blocks autorefresh, but it doesn't work on Drudge, either. Apparently Drudge is hell-bent on autorefreshing his page every thirty seconds whether you like it or not. Has anyone figured out how to make Drudge stop autorefreshing? I used to use NoScript, but since Quantum, NoScript has been transformed into a monstrosity I can't make head or tail of.

The about:config trick doesn't work on Drudge. Chrome has an add-on that blocks autorefresh, but it doesn't work on Drudge, either. Apparently Drudge is hell-bent on autorefreshing his page every thirty seconds whether you like it or not. Has anyone figured out how to make Drudge stop autorefreshing? I used to use NoScript, but since Quantum, NoScript has been transformed into a monstrosity I can't make head or tail of.

Все ответы (9)

more options

If you had it working with NoScript in the past, why not ask about that in the NoScript support forum to get help with the Quantum version of NoScript - over here: http://forums.informaction.com/viewforum.php?f=3

more options

WestEnd said

Link?


It Auto-refreshes every 2 minutes. Source shows this:


(script type="text/javascript") (!-- var timer = setInterval("autoRefresh()", 1000 * 42 * 3); function autoRefresh(){self.location.reload(true);} //--) (/script)


~Pj

Изменено Pj

more options

Изменено Arlis

more options

the-edmeister said

If you had it working with NoScript in the past, why not ask about that in the NoScript support forum to get help with the Quantum version of NoScript - over here: http://forums.informaction.com/viewforum.php?f=3

Thanks, I'll try that.

more options

We used to suggest using this bookmarklet for the Drudge Report site.

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

You can check if this still works.

You can create a new bookmark and paste the JavaScript code in its Location field.

more options

cor-el said

We used to suggest using this bookmarklet for the Drudge Report site.
  • javascript:clearInterval(timer);void(autoRefresh=null);
  • You can check if this still works.
  • You can create a new bookmark and paste the JavaScript code in its Location field.

Like so?:

  • It didn't work or I'm misunderstanding where to put it.


~Pj

more options

It is a bookmarklet, so you need to this code (i.e. click the bookmark) every time you open or refresh a page on the Drudge website.

You would have to run the code as a browser script to make this work automatically.

more options

A bookmarklet is a special bookmark where you use JavaScript in the location field instead of a link to a website. You create a new bookmark on the Bookmarks Toolbar and paste the code it its location field. You can give it a name like Drudge.

  • Name:
    Drudge
  • Location:
    javascript:clearInterval(timer);void(autoRefresh=null);