NorthDakota91 on DeviantArthttp://creativecommons.org/licenses/by-nc-nd/3.0/https://www.deviantart.com/northdakota91/art/Hide-favicons-in-Firefox-4-196884257NorthDakota91

Deviation Actions

NorthDakota91's avatar

Hide favicons in Firefox 4

Published:
3.7K Views

Description

Hi guys this is my very first tutorial here on dA. I hope that it is useful to someone ;)

This is the userChrome.css code:

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

Just copy-and-paste that in the file (step 3)

As usual comments are highly appreciated!

[Small update] You can also use this addon (does not work on Mac - works on Windows - not tested on Linux): [link] (thanks to ~Genedon )
Image size
600x1200px 291.15 KB
Comments14
Join the community to add your comment. Already a deviant? Log In
VikeSinha's avatar
Naice!

I like how elegantly it works!