搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

话题已关闭并存档。 如果需要帮助请提出新问题。

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

  • 1 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 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! :-)

由linuxgeex于修改

所有回复 (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. :-)