Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

I'd like to get rid of the favicons in my bookmarks bar, but none of the instructions I've tried so far has actually worked. MacOS 10, Firefox 9x

  • 1 réponse
  • 1 a ce problème
  • 2 vues
  • Dernière réponse par cor-el

more options

I tried switching to text only , but that takes away *all* icons, not just the "favicons". I also switched the display to "false" but that didn't work either.

I tried switching to text only , but that takes away *all* icons, not just the "favicons". I also switched the display to "false" but that didn't work either.

Toutes les réponses (1)

more options

See:


You can also add code to userChrome.css below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


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

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