Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

How do I hide the favicons on my Bookmark Toolbar?

  • 3 odpovědi
  • 16 má tento problém
  • 6 zobrazení
  • Poslední odpověď od cor-el

more options

They weren't there in Firefox 3, but appeared when I installed Firefox 4. I like not having them there, so bookmarks are listed more condensely. I have a Mac with OS 10.6.

They weren't there in Firefox 3, but appeared when I installed Firefox 4. I like not having them there, so bookmarks are listed more condensely. I have a Mac with OS 10.6.

Všechny odpovědi (3)

more options

You can use this extension:

more options

extension works partly, take a look at the comments. is there a simple, elegant way without an extension? tried the modifications in userChrome.css without success :( downgraded to 3.6

more options

Add this code to userChrome.css below the @namespace line to hide icons on the bookmarks toolbar.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#personal-bookmarks .toolbarbutton-icon { display:none !important; }