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

Is there a way to disable app tab spinning?

  • 2 பதிலளிப்புகள்
  • 4 இந்த பிரச்னைகள் உள்ளது
  • 3 views
  • Last reply by Lafin T. Jack

Hi there, when a page in an app tab updates (i.e. new Gmail or Twitter message) the favicon of the app tab spins to show that there has been a change. Is there a way to disable this?

Thanks for your help!

Hi there, when a page in an app tab updates (i.e. new Gmail or Twitter message) the favicon of the app tab spins to show that there has been a change. Is there a way to disable this? Thanks for your help!

All Replies (2)

Do you mean the glow that you see on App tabs if the title has changed or the throbber animation? You can't diable the throbber animation easily without having side effects.

The glow is this CSS code about titlechanged, see line 1495

  • chrome://browser/skin/browser.css
.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
  background-image: -moz-radial-gradient(center 3px, circle cover, rgba(233,242,252,1) 3%, rgba(172,206,255,.75) 40%, rgba(87,151,201,.5) 80%, rgba(87,151,201,0));
}

Yep, I've already disabled the glow. And it looks like something one of my extensions is doing - when an app tab is updated, it takes that favicon and spins it 360. I just disabled my extensions and this didn't happen, so I'll track it down in there.

Thanks again!