Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How do I get rid of this gawd awful bouncing ball on my tabs?

  • 1 reply
  • 2 have this problem
  • 6 views
  • Last reply by Moses

more options

While I am waiting for a new tab to open or doing a search or download, the spinning arrow has been replaced by a horizontal bouncing ball. It is very very very annoying. How do I either get the spinner back, replace the bouncing ball with something else, or just delete the bouncing ball?

While I am waiting for a new tab to open or doing a search or download, the spinning arrow has been replaced by a horizontal bouncing ball. It is very very very annoying. How do I either get the spinner back, replace the bouncing ball with something else, or just delete the bouncing ball?

All Replies (1)

more options

Our very own jscher2000 created this style rule to revert the tab throbber back to the old blue loading circle. You need to create a userChrome.css file in your profile folder to achieve this then copy / paste the below code into it, restart Firefox. Instructions on how to create that file is linked below

If you cannot follow the above instruction, please see the follow reply by jscher2000 in one of the previous threads on this issue on how to go about getting this done

/* Revert tab throbber - for Nightly 57 as of 9/20/2017 */ .tab-throbber[busy]::before { background-image: url("chrome://global/skin/icons/loading.png") !important; animation: unset !important; } .tab-throbber[busy]:not([progress])::before { /* Grays the blue during "Connecting" state */ filter: grayscale(100%); } @media (min-resolution: 2dppx) { .tab-throbber[busy]::before { background-image: url("chrome://global/skin/icons/loading@2x.png") !important; } }

Modified by cor-el