Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è chiusa e archiviata. Inserire una nuova richiesta se occorre aiuto.

How do I get rid of the animated page loading image on the tabs? (throbber)

  • 1 risposta
  • 1 ha questo problema
  • 4 visualizzazioni
  • Ultima risposta di guigs

more options

I've tried many many different suggestions how to remove the throbber image on the tabs while pages are loading.

This isn't really a question. This is a solution, at least for Linux users:

1) First, run these commands from a terminal:

 cd ~/.mozilla/firefox/*default* && mkdir chrome
 cd chrome
 echo '.tab-throbber { display: none !important }' \
  >> userChrome.css

2) Restart Firefox

Yay, no more stupid animation burning 22% CPU and eating my laptop battery!

You're welcome!  :-)

I've tried many many different suggestions how to remove the throbber image on the tabs while pages are loading. This isn't really a question. This is a solution, at least for Linux users: 1) First, run these commands from a terminal: cd ~/.mozilla/firefox/*default* && mkdir chrome cd chrome echo '.tab-throbber { display: none !important }' \ >> userChrome.css 2) Restart Firefox Yay, no more stupid animation burning 22% CPU and eating my laptop battery! You're welcome! :-)

Modificato da linuxgeex il

Tutte le risposte (1)

more options

HI linuxgeex, Thank you for sharing this solution. Since it is a solution I will lock the thread. If you have any questions in the future, or if you have any solutions we are happy for your contributions. :-)