Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

Removing "Other Bookmarks"

  • 10 отговора
  • 0 имат този проблем
  • 19 изгледи
  • Последен отговор от Fiascokid

more options

I've tried every suggestion of removing "Other Bookmarks" and all failed miserably with this new Firefox, it is ticking me off, why Firefox creates these irritations for its members is beyond me, no wonder its popularity is shrinking. I need a new solution that works for mercy sake, I am at the end of my rope with this issue.

I've tried every suggestion of removing "Other Bookmarks" and all failed miserably with this new Firefox, it is ticking me off, why Firefox creates these irritations for its members is beyond me, no wonder its popularity is shrinking. I need a new solution that works for mercy sake, I am at the end of my rope with this issue.
Прикачени екранни снимки

Избрано решение

This code should still work.

/* Other Bookmarks: Unsorted Bookmarks */
#menu_unsortedBookmarks, #BMB_unsortedBookmarks {display:none!important;}

/*mobile bookmarks */
#BMB_mobileBookmarks, #menu_mobileBookmarks {display:none!important;}
#BMB_mobileBookmarks, #menu_mobileBookmarks + menuseparator {display:none!important;}

Прочетете този отговор в контекста 👍 1

Всички отговори (10)

more options

Hi, Firefox does not have a built-in way to remove Other Bookmarks from the Bookmarks Menu, Sidebar, or Library window. There is only a method to remove it from the Bookmarks Toolbar (if you were to display it).

Is the problem that it's a visual hazard, or you want to change the default folder for where new bookmarks are saved?

more options

My friend, you have no idea how annoying it is to have a totally useless empty folder in your Bookmark, it doesn't make any sense. Not to mention, I have too many folders as is. Other than that I never bookmark a site and place it haphazardly in this "Other Bookmarks Grandiose B.S.", this is utter nonsense by lousy programmers who are not thinking straight, god knows what they are inhaling nowadays? I mean why not giving us the option of deleting this useless and idiotic folder like in the good old days? FYI: I place every bookmarked site in its proper folder. If it is a temporary bookmark, then it goes straight to my desktop to take care of it whenever possible. Bottom line, I want to delete this damn folder, in previous versions of Firefox, we had this option, now gone forever, why? This is exactly the real problem with Firefox, as long as these brain lazy programmers don't read and become aware of the problems they are creating, Firefox popularity keeps diminishing. "Other Bookmarks", you have got to be kidding me, to me, this is insane.

more options

You never had to option to remove the Other Bookmarks (previously named Unfiled Bookmarks) folder apart from using code in userChrome.css in several cases (possible: .bookmark-item like in your screenshot; not possible: treechildren like in the sidebar/Library).

more options

These are the codes I use for hiding (Unsorted Bookmarks) & (Mobile Bookmarks):

  1. menu_unsortedBookmarks { display: none !important; }
  2. BMB_unsortedBookmarks { display: none !important; }
  3. BMB_mobileBookmarks, #menu_mobileBookmarks { display: none !important; }

I am still unable to make Chrome codes hide (Other Bookmarks) there must a twist to it, if I do succeed, I'll let you know, stand by... Unfortunately, it will have to be some other time...

more options

P.S. You are not helping at all, you are making excuses for lousy run of the mill programmers. Why these buffons can 't give us the option, so stop making excuses for lousy programmers, please. This is not helping at all.

more options

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

more options

Избрано решение

This code should still work.

/* Other Bookmarks: Unsorted Bookmarks */
#menu_unsortedBookmarks, #BMB_unsortedBookmarks {display:none!important;}

/*mobile bookmarks */
#BMB_mobileBookmarks, #menu_mobileBookmarks {display:none!important;}
#BMB_mobileBookmarks, #menu_mobileBookmarks + menuseparator {display:none!important;}

more options

CHAPEAU... Eureka, it finally worked, my hat goes to you my friend. Finally, I can make peace with Firefox. No kidding!

more options

about:config => toolkit.legacyUserProfileCustomizations.stylesheets = true Above answer, solved my dilemma... My goodness... The evil bookmark folders gone hopefully for good. Everything is A-OK for now. However I will keep in mind you codes for future references.

more options

Thanks a million.... In my book, you are the best.