Firefox - Hide Default favicons

Firefox - Hide Default favicons
552
*****
By ChoGGi
Last updated Jul 07 2008
3 installs this week, 304 total.

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}

Screenshot

Install options

Feedback

Reviews

rio said on Jul 05 2007

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?
*****