Help - Search - Members - Calendar
Full Version: Remove Bookmark Favicons?
Neowin Forums > Help & Discussion Center > Software Discussion & Assistance > Web Browser Discussion > Firefox (Gecko)
tehmemories
Is there any way to remove the favicons from your bookmarks, so that there is just the name of the bookmark (like OSX)?

i_was_here
You can use this extension: https://addons.mozilla.org/en-US/firefox/addon/7031

Or you can edit your userChrome.css file and add this:
CODE
/* Hide bookmark icons in the Personal Toolbar */
toolbarbutton.bookmark-item > .toolbarbutton-icon {
display: none; }
tehmemories
Wow, thank you very much. I didn't come across this in my Googleing.
primexx
that doesn't actually remove them, just hides them. you need to edit the places.sqlite file to actually remove them.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.