
Deiconizer doesn't work on firefox 24.0, so how can I remove those exasperating and unhelpful and space-stealing icons from my bookmarks toolbar?
Win XP Pro
Chosen solution
You can try the following add-on that will do that and other things to save space on your Bookmarks Toolbar.
To have multiple bookmark toolbar rows try the following (may take vertical lines away from your website display area).
Other - Check your Plugins and update as needed.
- Check your Plugins - https://www.mozilla.org/en-US/plugincheck/
- Shockwave Flash 11.1 r102
- Next Generation Java Plug-in 1.6.0_24 for Mozilla browsers
All Replies (2)
Add code to the userChrome.css file below the default @namespace line.
The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder (you need to create this folder).
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ #personal-bookmarks .bookmark-item > .toolbarbutton-icon {display:none!important}
Chosen Solution
You can try the following add-on that will do that and other things to save space on your Bookmarks Toolbar.
To have multiple bookmark toolbar rows try the following (may take vertical lines away from your website display area).
Other - Check your Plugins and update as needed.
- Check your Plugins - https://www.mozilla.org/en-US/plugincheck/
- Shockwave Flash 11.1 r102
- Next Generation Java Plug-in 1.6.0_24 for Mozilla browsers