- Adblock Plus
- Adblock Filterset.G Updater
- NoScript
- Download Statusbar
- Firebug
- Web Developer
- del.icio.us buttons
Get rid of the icons in the bookmark toolbar (it makes it take up too much room)
~/.mozilla/firefox/…/chrome/userChrome.css
toolbarbutton.bookmark-item > .toolbarbutton-icon {
display: none;
}


