



hides tab/urlbar favicons till they change
tested on ff3
Bookmarks toolbar - icons only with favicon
ff2 version:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#page-proxy-favicon:not([src]),.tabbrowser-tabs tab:not([image]) .tab-icon{display:none!important}
#page-proxy-button{visibility:hidden!important;width:0!important;height:0!important}
#page-proxy-favicon[src],#page-proxy-deck{margin:0 2px 0 2px!important}
#page-proxy-deck{width:auto!important;height:auto!important}
Oh it worked, thanks ChoGGi, and you're very kind. Because favicon can be seen from tab, so I want to remove it from urlbar to save spaces. :)
> Hi ChoGGi, it's still react nothing.
>> only hide the first tab favicon successfully. how can I hide urlbar's favicon only?