Remove Unsorted Bookmarks Item
avatar

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 entry was posted in Firefox, Fx 3.6, Fx 4.0, Fx 5.0, Fx 6.0, Fx 7.0, Fx 8.0, General Mozilla, Tips & Tweaks. Bookmark the permalink.

7 Responses to Remove Unsorted Bookmarks Item

  1. minimal says:

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

  2. Cool minimal says:

    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. Collisio says:

    minimal,
    it really works – thanks a lot!

  4. Collisio says:

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

  5. David D. says:

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

  6. Vepa says:

    Awesome Minimal, that worked like a charm.

  7. JP says:

    Worked like a charm, minimal.
    Thanks very much!
    :-)

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>