{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreiekrygqgvaqdwnc475m3xkthlz3rb7c6g4lqhe3a37ch7bqdvpd54",
    "uri": "at://did:plc:hqad6xwuzg7oqfmwylfkvqfm/app.bsky.feed.post/3mm7eslxqerj2"
  },
  "path": "/viewtopic.php?t=11569&p=274341#p274341",
  "publishedAt": "2026-05-19T11:46:08.000Z",
  "site": "http://forum.palemoon.org",
  "tags": [
    "helpful post by Blacklab"
  ],
  "textContent": "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).\n\nHere is what I ended up with for my **userChrome.css** file:\n\nCODE:\n\n\n    /* --- 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;}\n\nBefore and after:\n\n**Off-topic:**\nI'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.)\nIt gives me this error:\n\"It was not possible to determine the dimensions of the image. Please verify that the URL you entered is correct.\"\n\n* * *",
  "title": "Browser Development • Re: Allow users to hide Bookmarks sections they don't use.",
  "updatedAt": "2026-05-19T12:10:33.000Z"
}