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 do a prevent web pages from auto reload with no warning?

  • 6 replies
  • 9 have this problem
  • 2 views
  • Last reply by 8Evo

more options

Pages like www.drudgereoprt.com have code to auto refresh/reloads the page. This is annoying when your reading scrolled half way down the page and it reloads to the top and you loose your place on the page.

I have the warn on redirect set to true in the about:config but this does not prevent the the reload. Also I don't want to have a popup at the top of the page showing the warn on redirect warning because it just takes up another mouse drag and click to close that stolen real-estate. I want max window size and this popup just shrinks it down. Maybe there is an ad-on I havent found for this.

Pages like www.drudgereoprt.com have code to auto refresh/reloads the page. This is annoying when your reading scrolled half way down the page and it reloads to the top and you loose your place on the page. I have the warn on redirect set to true in the about:config but this does not prevent the the reload. Also I don't want to have a popup at the top of the page showing the warn on redirect warning because it just takes up another mouse drag and click to close that stolen real-estate. I want max window size and this popup just shrinks it down. Maybe there is an ad-on I havent found for this.

All Replies (6)

more options

See:

  • Firefox/Tools > Options > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"

The setting in "Tools > Options > Advanced > General" is meant as an accessibility feature, as you can see by the label of that section, so that people with disabilities or people who use screen readers do not get confused and is not meant as a safety protection to stop redirecting.

See also:

more options

thanks, this does not answer my question. anybody else?

more options

You can block websites from automatically reloading the page, this setting is grouped with the redirect setting also under accesibility features & by default is usually selected.

Firefox (Tools) > Options > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"

If this option is not selected, then select it & when pages attempt to reload you will see a box appear on top right of toolbar just under search box saying allow or similar. If you want the page to reload auto then youll need to select allow, or turn it off. There is no way of getting around this as its all or nothing, but at-least its better than a popup.

more options

Like my original post and the next answer this option does not do it.

more options

Sorry, my above post seemed to have ended up in the wrong thread as it obviously didn't have anything to do with your problem (well it might have been, but this is a known issue on the site).

The Drudge report site uses a JavaScript timer to reload the page.

There is a Greasemonkey script here to block the refresh

You can also use a bookmarklet like this to disable the reload (needs to be used if you reload the Drudge website)

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

thanks, Greasemonkey works great.