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.To remove the Unsorted Bookmarks item from the Bookmarks Menu 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 }
Note: This does not remove the item from the Library (Organize Bookmarks…/Show All Bookmarks…) window. Works in Firefox 3.6, 4.0, 5.0, 6.0, 7.0, 8.0
This didn’t work for me in the latest Aurora (7.0a2). I used this instead, which also removes the separator.
#menu_unsortedBookmarks,
#bookmarksMenuPopup > menuseparator[builder=”end”]
{display:none!important;}
This method worked for me… Firefox 11
#menu_unsortedBookmarks,
#bookmarksMenuPopup > menuseparator[builder=”end”]
{display:none!important;}
Thank’s minimal, it worked.
I added your 3 lines in stylish. It can be added at the end of any userstyle.
Work on Firefox 6.0
No more annoying unsorted bookmark
minimal,
it really works – thanks a lot!
minimal,
it really works (for FF v.6.0) – thanks a lot!
Thanks, minimal! Your code worked in Firefox 6.0. The other codes I’ve found online don’t do a single thing.
Awesome Minimal, that worked like a charm.
Worked like a charm, minimal.
Thanks very much!
🙂
Thank you Minimal, I was looking around everywhere for something like this.
I just downloaded Chrome Edit Plus (FireFox extension, I have version 16.0.1) and this worked wonders.
Thanks again!