Removes the Unsorted Bookmarks item from the bottom of the Bookmarks list.
Compatibility

Works with: Firefox 3.6+
Background
Unsorted Bookmarks are those which were created by clicking the bookmark star. This item can not be removed (even when empty) from the Bookmarks Menu via the delete option in the context menu.
The Tweak
To remove the Unsorted Bookmarks item you will need modify your userChrome.css. Add these lines to your userChrome.css file located in your profile folder:
/* Hide "Unsorted Bookmarks" in bookmarks toolbar menu */
#BMB_unsortedBookmarks {
display: none !important }
Notes
This does not remove the item from the Library (Organize Bookmarks…/Show All Bookmarks…) window.
Updated: November 15, 2025
