Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Hide Show All / Unsorted Bookmarks on Menu

  • 1 απάντηση
  • 34 έχουν αυτό το πρόβλημα
  • 12 προβολές
  • Τελευταία απάντηση από 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".

Όλες οι απαντήσεις (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; }

Τροποποιήθηκε στις από το χρήστη cor-el