搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

How do I remove activity indicator from tabs?

  • 2 回覆
  • 1 有這個問題
  • 3 次檢視
  • 最近回覆由 chandramani

more options

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

所有回覆 (2)

more options

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;}

由 cor-el 於 修改

more options

you have to call removeFromSuperView method.. like this

[activityIndicatorObject removeFromSuperView];