tehmemories
May 6 2009, 14:35
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
May 6 2009, 17:34
You can use this extension:
https://addons.mozilla.org/en-US/firefox/addon/7031Or 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
May 7 2009, 21:42
Wow, thank you very much. I didn't come across this in my Googleing.
primexx
May 8 2009, 04:15
that doesn't actually remove them, just hides them. you need to edit the places.sqlite file to actually remove them.