Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

How do a prevent web pages from auto reload with no warning?

  • 6 respostas
  • 9 têm este problema
  • 2 visualizações
  • Última resposta de 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.

Todas as respostas (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.