Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

How do I hide the favicons on my Bookmark Toolbar?

  • 3 përgjigje
  • 16 e kanë hasur këtë problem
  • 6 parje
  • Përgjigjja më e re nga 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.

Krejt Përgjigjet (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; }