Can I remove the "favicons" attached to the bookmarks on the bookmarks toolbar?
So that I can fit more items onto the bookmark toolbar I would like to eliminate the little icons attached to each bookmark. I understand that these are called favicons. Thanks for any help.
So that I can fit more items onto the bookmark toolbar I would like to eliminate the little icons attached to each bookmark. I understand that these are called favicons. Thanks for any help.
所有回复 (1)
Add code to userChrome.css below the @namespace line.
See http://kb.mozillazine.org/Editing_configuration
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ #personal-bookmarks .toolbarbutton-icon {display:none!important}
- Smart Bookmarks Bar: https://addons.mozilla.org/firefox/addon/4072
- Incredible Bookmarks: https://addons.mozilla.org/firefox/addon/50722