Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

How can I stop pages from automatic reloading, I am aware of the option in advanced, but it does not work for pages like Yahoo News and Drudge Report.

  • 1 відповідь
  • 44 мають цю проблему
  • 1 перегляд
  • Остання відповідь від cor-el

more options

I am trying to stop pages from being able to automatically reload. Sites such as Drudge Report and now Yahoo News anre reloading before I have a chance to read them and it confuses me due to a disability besides just being annoying. I have found the option in tools-advanced-accessibility and checked it but they still reload. And I did close Firefox and restart.

I am using version 3.6.8 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722

Thanks

I am trying to stop pages from being able to automatically reload. Sites such as Drudge Report and now Yahoo News anre reloading before I have a chance to read them and it confuses me due to a disability besides just being annoying. I have found the option in tools-advanced-accessibility and checked it but they still reload. And I did close Firefox and restart. I am using version 3.6.8 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Thanks

Усі відповіді (1)

more options

The Drudge Report site has a script to reload after 3 minutes:

 var timer = setInterval("autoRefresh()", 1000 * 60 * 3);
 function autoRefresh(){self.location.reload(true);}

The Yahoo page probably has something similar.

You can try NoScript to see if you can block that refresh.

NoScript: https://addons.mozilla.org/firefox/addon/722

http://userscripts.org/scripts/show/13594 - Prevent automatic reload for drudgereport.com