Browser Development • Re: Allow users to hide Bookmarks sections they don't use.
Pale Moon forum - Forum index [Unofficial]
May 19, 2026
I finally got a chance to work on hiding Bookmark Toolbar items I'm not interested in using this helpful post by Blacklab in another thread. After 7 years I finally have the trim bookmarks menu I've always wanted. The code in the linked post was not current or didn't work for me, but I managed to find the right UI element IDs (and in one case just a class, no ID).
Here is what I ended up with for my userChrome.css file:
CODE:
/* --- Bookmarks Menu - Hide Unwanted Items --- *//* Inspired by: https://forum.palemoon.org/viewtopic.php?f=3&t=30106&p=241682#p241696 */#subscribeToPageMenuitem,#subscribeToPageMenupopup,#bookmarksToolbarFolderMenu,#bookmarksToolbarSeparator,#menu_unsortedBookmarks,.hide-if-empty-places-result{ display: none !important;}
Before and after:
Off-topic: I'd like to embed the image above but the forum won't let me. (Even though it embedded properly years ago in the original post above.) It gives me this error: "It was not possible to determine the dimensions of the image. Please verify that the URL you entered is correct."
Discussion in the ATmosphere