botton on tab

User Help for Mozilla Firefox
Locked
User avatar
Suze
Posts: 467
Joined: January 14th, 2004, 5:58 pm

botton on tab

Post by Suze »

how to get rid of little dot on new tab that bounces back & forth
Suze
User avatar
LIMPET235
Moderator
Posts: 39956
Joined: October 19th, 2007, 1:53 am
Location: The South Coast of N.S.W. Oz.

Re: botton on tab

Post by LIMPET235 »

Hi Suze,
I believe that that is "their" version/idea of the new "Throbber."
May be hard coded?
Utter rubbish.
:)
[Ancient Amateur Astronomer.]
Win-10-H/64 bit/500G SSD/16 Gig Ram/450Watt PSU/350WattUPS/Firefox-115.0.2/T-bird-115.3.2./SnagIt-v10.0.1/MWP-7.12.125.

(Always choose the "Custom" Install.)
User avatar
Suze
Posts: 467
Joined: January 14th, 2004, 5:58 pm

Re: botton on tab

Post by Suze »

rubbish yes but can I get rid of it??
Suze
User avatar
LIMPET235
Moderator
Posts: 39956
Joined: October 19th, 2007, 1:53 am
Location: The South Coast of N.S.W. Oz.

Re: botton on tab

Post by LIMPET235 »

I have no idea if it's possible.
As I mentioned, it may be hard coded, but don't know if it can be removed.
&, there's no Throbber in the Customize palette, so...?
Maybe someone will know?
[Ancient Amateur Astronomer.]
Win-10-H/64 bit/500G SSD/16 Gig Ram/450Watt PSU/350WattUPS/Firefox-115.0.2/T-bird-115.3.2./SnagIt-v10.0.1/MWP-7.12.125.

(Always choose the "Custom" Install.)
User avatar
Gingerbread Man
Posts: 7735
Joined: January 30th, 2007, 10:55 am

Re: botton on tab

Post by Gingerbread Man »

If you want to get rid of it, add this to your userChrome.css and remember to restart Firefox.

Code: Select all

/* Tabs - hide throbber (bouncing ping-pong balls) */
.tab-throbber { display: none !important; }
.tab-throbber[busy] ~ .tab-icon-image,
.tab-throbber[progress] ~ .tab-icon-image {
  display: -moz-box !important;
}
If you prefer the old spinning blue circle, use the following instead. I note that it only spins one way, whereas in previous versions it would indicate if data is being sent or received. This style is also bound to stop working once the assets are removed from Firefox; you should save the two images and replace the URLs with your copies.

Code: Select all

/* Pre-57 rotating throbbers - I found this shared by Jefferson Scher */
.tab-throbber[busy]::before {
  background-image: url("chrome://global/skin/icons/loading.png") !important;
  animation: unset !important;
}
.tab-throbber[busy]:not([progress])::before {
  filter: grayscale(100%) !important;
}
@media (min-resolution: 2dppx) {
  .tab-throbber[busy]::before {
    background-image: url("chrome://global/skin/icons/loading@2x.png") !important;
  }
}
User avatar
Suze
Posts: 467
Joined: January 14th, 2004, 5:58 pm

Re: botton on tab

Post by Suze »

I used this one & NO BOUNCING BALL .tab-throbber { display: none !important; }

thanks so much Gingerbread
Suze
User avatar
Gingerbread Man
Posts: 7735
Joined: January 30th, 2007, 10:55 am

Re: botton on tab

Post by Gingerbread Man »

You're welcome. I don't see why you omitted the rest of it though, since that makes sure the site icon is visible instead. Otherwise, you switch back and forth between a blank and the site icon as you navigate the same site.
User avatar
CaJazzman
Posts: 370
Joined: March 5th, 2009, 2:21 pm
Location: Vacaville,California

Re: botton on tab

Post by CaJazzman »

I tried the second option, but it made no difference. I still have the throbber, bouncing ball. Can you show me exactly what I need to do, since it didn't work for me?
User avatar
LIMPET235
Moderator
Posts: 39956
Joined: October 19th, 2007, 1:53 am
Location: The South Coast of N.S.W. Oz.

Re: botton on tab

Post by LIMPET235 »

Hi CaJazzman,
Please check your other thread, coz smsmith posted the code that works.

> http://forums.mozillazine.org/viewtopic ... #p14789947

(Would you please stay with one thread, as it gets confusing, otherwise.)
Ta muchly.
[Ancient Amateur Astronomer.]
Win-10-H/64 bit/500G SSD/16 Gig Ram/450Watt PSU/350WattUPS/Firefox-115.0.2/T-bird-115.3.2./SnagIt-v10.0.1/MWP-7.12.125.

(Always choose the "Custom" Install.)
User avatar
Suze
Posts: 467
Joined: January 14th, 2004, 5:58 pm

Re: botton on tab

Post by Suze »

this was resolved on Dec 11 why is it still coming up
Suze
User avatar
LIMPET235
Moderator
Posts: 39956
Joined: October 19th, 2007, 1:53 am
Location: The South Coast of N.S.W. Oz.

Re: botton on tab

Post by LIMPET235 »

Why indeed?
Coz others want the same result & just tagged onto this thread,
as I noted, ^^, above.
[Ancient Amateur Astronomer.]
Win-10-H/64 bit/500G SSD/16 Gig Ram/450Watt PSU/350WattUPS/Firefox-115.0.2/T-bird-115.3.2./SnagIt-v10.0.1/MWP-7.12.125.

(Always choose the "Custom" Install.)
User avatar
Suze
Posts: 467
Joined: January 14th, 2004, 5:58 pm

Re: botton on tab

Post by Suze »

just realized I can stop emails by UHunchecking Notify me when a reply is posted
Suze
User avatar
LIMPET235
Moderator
Posts: 39956
Joined: October 19th, 2007, 1:53 am
Location: The South Coast of N.S.W. Oz.

Re: botton on tab

Post by LIMPET235 »

Locking to stop any spam from accumulating.
[Ancient Amateur Astronomer.]
Win-10-H/64 bit/500G SSD/16 Gig Ram/450Watt PSU/350WattUPS/Firefox-115.0.2/T-bird-115.3.2./SnagIt-v10.0.1/MWP-7.12.125.

(Always choose the "Custom" Install.)
Locked