Mac bookmark toolbar favicons

Mac bookmark toolbar favicons
990
****
Last updated Mar 25 2008
355 installs this week, 3819 total.

Uses userChrome CSS to re-enable Bookmark Toolbar favicons.
Credit to:
Myk Melez for writing an extension that gave me the idea ( http://www.melez.com/mykzilla/2008/03/trio-of-extensions.html )
Vladimir Vukićević for writing the original userChrome that gave Myk the idea ( http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/ )
Abdulkadir Topal for commenting on the userChrome with a padding suggestion
Edoardo for commenting on the userChrome with the suggestion to remove folder icons

Before
After

Install options

Feedback

Reviews

Pym said on Jun 26 2008

You should add this to your style :

.bookmark-item:hover:active > .toolbarbutton-icon {
background: url("chrome://browser/skin/bookmark-open-mid.png") repeat-x;
} ****