Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Delete "Weitere Lesezeichen" in sidebar

Hi,

I searched the web for deleting the item "Weitere Lesezeichen" in the sidebar. I found only solutions for the firefox 85. In Firefox 85 should be a field for hiding this. Although in Firefox 150 it can`t be hided or deleted. I don`t need and I don`t want this "Weitere Lesezeichen". Any solutions?

Hi, I searched the web for deleting the item "Weitere Lesezeichen" in the sidebar. I found only solutions for the firefox 85. In Firefox 85 should be a field for hiding this. Although in Firefox 150 it can`t be hided or deleted. I don`t need and I don`t want this "Weitere Lesezeichen". Any solutions?
첨부된 스크린샷

모든 댓글 (8)

The only thing I can think of is to use css to #??? {display:none}

For this to work you must create the file /chrome/userChrome.css in your current profile.

but you also have to find the object name '#???' which can be a little time consuming

Hallo

Ich benutze, Übersetzungsfunktion in Firefox. Um es in betrieb zu sehen, kann ich auch about:translations in die adressleiste eingeben.

Sie haben auch die möglichkeit, die community zu kontaktieren https://www.camp-firefox.de/forum

Thanks for responding!

I already have the userChrome.css for smaller bookmarks in the sidebar.

All bookmarks should be saved in "places.sqlite" also the folder "Weitere Lesezeichen".

But how can I hide this folder with the css?

You have to find the ID or class for the 'selector' then it's easy. {display:none}

You could start here maybe

https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model

글쓴이 amoun 수정일시

Thanks again!

I think, there is a problem with my profile or Mozilla doesn`t want to hide the "other bookmarks" folder. I found in the about:config the switch

browser.toolbars.bookmarks.showOtherBookmarks = false

It doesn`t matter if it`s on true or false. There are no changes after rebooting the browser of course.

This code added to the css doesn`t work as well:

  1. menu_unsortedBookmarks {
   display: none !important;

}

  1. BMB_unsortedBookmarks {
   display: none !important;

}

https://support.mozilla.org/en-US/kb/bookmarks-toolbar-display-favorite-websites#w_remove-or-restore-other-bookmarks-folder

If the "Other Bookmarks" folder in your Library no contains any bookmarks.

It's not perfect, but, you can test https://www.camp-firefox.de/forum/thema/140454-weitere-lesezeichen-ausblendeny

Sie haben auch die möglichkeit, die community zu kontaktieren.

With this code, the folder turns transparent, but it is still there and need place, so I think the color transparent works, font-size: 0 doesn`t work and don`t show doesnt`work


.sidebar-placesTree treechildren::-moz-tree-cell-text(container, queryFolder_unfiled_____) { color: transparent !important; font-size: 0 !important; } .sidebar-placesTree treechildren::-moz-tree-image(container, queryFolder_unfiled_____) {

 list-style-image: none !important;

}

  1. menu_unsortedBookmarks {
 display: none;

}


Any other suggestions to get more free place?

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.