Firefox bookmarks menu item

Discussion of general topics about Mozilla Firefox
Post Reply
roninx
Posts: 106
Joined: May 25th, 2017, 3:07 pm

Firefox bookmarks menu item

Post by roninx »

Please see pic below. When I look at my Firefox Bookmarks menu, I see the "Other Bookmarks", but I want to get rid of it (hide it, whatever). How can I do this?


Image
roninx
Posts: 106
Joined: May 25th, 2017, 3:07 pm

Re: Firefox bookmarks menu item

Post by roninx »

bump
morat
Posts: 6427
Joined: February 3rd, 2009, 6:29 pm

Re: Firefox bookmarks menu item

Post by morat »

Try this:

Code: Select all

#menu_unsortedBookmarks {
  display: none !important;
}
http://kb.mozillazine.org/UserChrome.css

Remember to set the toolkit.legacyUserProfileCustomizations.stylesheets preference to true, then restart.
roninx
Posts: 106
Joined: May 25th, 2017, 3:07 pm

Re: Firefox bookmarks menu item

Post by roninx »

morat wrote:Try this:

Code: Select all

#menu_unsortedBookmarks {
  display: none !important;
}
http://kb.mozillazine.org/UserChrome.css

Remember to set the toolkit.legacyUserProfileCustomizations.stylesheets preference to true, then restart.
Thanks
Ro-luck
Posts: 6
Joined: November 16th, 2021, 10:19 pm

Re: Firefox bookmarks menu item

Post by Ro-luck »

Thanks...It Helped me too.
Pardon my mistakes.
Post Reply