Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

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

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

How do I remove activity indicator from tabs?

  • 2 uphendule
  • 1 inale nkinga
  • 45 views
  • Igcine ukuphendulwa ngu chandramani
  • Okugcinwe kunqolobane

How do I remove the activity indicator from tabs?

This happened

Not sure how often

How do I remove the activity indicator from tabs? == This happened == Not sure how often

All Replies (2)

Add code to userChrome.css below the @namespace line. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

.tabbrowser-tabs .tab-icon-image {display:none!important;}

Okulungisiwe ngu cor-el

you have to call removeFromSuperView method.. like this

[activityIndicatorObject removeFromSuperView];