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

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

Докладніше

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

FF 4 - Is there any way to disable the connecting/loading animation on the tabs?

  • 6 відповідей
  • 13 мають цю проблему
  • 1 перегляд
  • Остання відповідь від John Law

more options

It makes me dizzy when the arrow spins counterclockwise while connecting and then clockwise while loading the page!!

It makes me dizzy when the arrow spins counterclockwise while connecting and then clockwise while loading the page!!

Обране рішення

Add code to userChrome.css below the @namespace line.
See:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

.tab-throbber { display: none !important }

You can also use this extension:

Читати цю відповідь у контексті 👍 4

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

more options

You can set the pref browser.tabs.animate to false on the about:config page.

To open the about:config page, type about:config in the location (address) bar and press the "Enter" key, just like you type the url of a website to open a website.
If you see a warning then you can confirm that you want to access that page.

more options

Thanks cor-el. I've already tried that setting. It only prevents animation of the tabs themselves, not animation ON the tabs.

more options

to get an alternative to the animation google the following: disable throbber in firefox

my request to you: instead of thank you please remove one of your threads cause you have duplicate questions if you google the following: FF 4 - Is there any way to disable the connecting/loading animation on the tabs?

more options

Вибране рішення

Add code to userChrome.css below the @namespace line.
See:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

.tab-throbber { display: none !important }

You can also use this extension:

more options

Thanks Cor-el! That did it.

more options

Please developers include an option in about:config to turn the throbber off, at least the reversal of direction. Put cor-el's patch in the code.