Remove Unsorted Bookmarks Item

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

9 Comments on Remove Unsorted Bookmarks Item

  1. 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;}

  2. Cool minimal | August 16, 2011 at 2:44 PM |

    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

  3. minimal,
    it really works – thanks a lot!

  4. minimal,
    it really works (for FF v.6.0) – thanks a lot!

  5. Thanks, minimal! Your code worked in Firefox 6.0. The other codes I’ve found online don’t do a single thing.

  6. Awesome Minimal, that worked like a charm.

  7. Worked like a charm, minimal.
    Thanks very much!
    🙂

  8. 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!

1 Trackbacks & Pingbacks

  1. Ubuntu and Firefox | chown-R

Comments are closed.