Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

how to stop push auto reloads

  • 1 Antwort
  • 7 haben dieses Problem
  • 6 Aufrufe
  • Letzte Antwort von cor-el

more options

How can I stop websites from automatically reloading their page while I am or am not viewing it (drudge report, cbs, etc). I have asked this question before but never receive a useable answer - although there must surely be one. An Addon would be great. Thank you, David

How can I stop websites from automatically reloading their page while I am or am not viewing it (drudge report, cbs, etc). I have asked this question before but never receive a useable answer - although there must surely be one. An Addon would be great. Thank you, David

Alle Antworten (1)

more options

Drudge report uses JavaScript to reload the page automatically every 3 minutes.

You can use this bookmarklet to disable this reload or you can disable JavaScript in the tab after the page has loaded.

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

For other websites you will have to check what will work to stop reloading their pages as each website uses their own way to accomplish this.

Geändert am von cor-el