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

Поиск в поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее
Открыта

Delete "Weitere Lesezeichen" in sidebar

hartwigmerkel отвечено
hartwigmerkel

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

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?

Задать вопрос

Для ответа на сообщения вы должны войти в свою учётную запись. Пожалуйста, задайте новый вопрос, если у вас ещё нет учётной записи.