Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Hide Show All / Unsorted Bookmarks on Menu

  • 1 Antwort
  • 34 haben dieses Problem
  • 8 Aufrufe
  • Letzte Antwort von cor-el

more options

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".

Alle Antworten (1)

more options

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.


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

Geändert am von cor-el