Hide Show All / Unsorted Bookmarks on Menu
Is there a way to remove the "Show All Bookmarks" and "Unsorted Bookmarks" links on the Bookmarks menu, or at the very least, move them so they're not the top and bottom? It was much easier in my opinion if you could just have the very top of the bookmarks menu be "Add Bookmark".
Is there a way to remove the "Show All Bookmarks" and "Unsorted Bookmarks" links on the Bookmarks menu, or at the very least, move them so they're not the top and bottom? It was much easier in my opinion if you could just have the very top of the bookmarks menu be "Add Bookmark".
Todas as respostas (1)
Add code to userChrome.css below the @namespace line.
You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.
- ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ #bookmarksShowAll, #organizeBookmarksSeparator, #BMB_bookmarksShowAll, #BMB_bookmarksShowAll+menuseparator, #appmenu_showAllBookmarks, #appmenu_showAllBookmarks+menuseparator, #appmenu_bookmarksPopup menuseparator[builder="end"], #appmenu_unsortedBookmarks, #bookmarksMenuPopup menuseparator[builder="end"], #menu_unsortedBookmarks, #BMB_bookmarksPopup menuseparator[builder="end"], #BMB_unsortedBookmarks { display:none!important; }
Alterado por cor-el em