Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Èròjà atẹ̀lélànà yii ni a ti fi pamọ́ fọ́jọ́ pípẹ́. Jọ̀wọ́ béèrè ìbéèrè titun bí o bá nílò ìrànwọ́.

How do I remove "bookmarks toolbar" from drop down bookmark list?

  • 3 àwọn èsì
  • 17 ní àwọn ìṣòro yìí
  • 1 view
  • Èsì tí ó kẹ́hìn lọ́wọ́ cor-el

more options

How do I remove it? I also want to get rid of "view bookmarks toolbar" and "show all bookmarks" if possible at all? I have tried playing around with userChrome.css and some code but havent had any such luck.

How do I remove it? I also want to get rid of "view bookmarks toolbar" and "show all bookmarks" if possible at all? I have tried playing around with userChrome.css and some code but havent had any such luck.

Ọ̀nà àbáyọ tí a yàn

You can add this selector(s):

#BMB_bookmarksToolbar
#BMB_bookmarksToolbar+menuseparator

Make sure the the last entry doesn't have a comma before the '{'

Ka ìdáhùn ni ìṣètò kíkà 👍 0

All Replies (3)

more options

This code should work.
Add the code to userChrome.css below the @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#BMB_viewBookmarksToolbar,
#BMB_viewBookmarksToolbar+menuseparator,
#BMB_bookmarksShowAll,
#BMB_bookmarksShowAll+menuseparator {
display:none!important;
}

more options

Thanks that worked, but... I still have "Bookmarks Toolbar" being displayed, which is right below"Subscribe to This Page..." Can I remove this "Bookmarks Toolbar" entry too??

more options

Ọ̀nà àbáyọ Tí a Yàn

You can add this selector(s):

#BMB_bookmarksToolbar
#BMB_bookmarksToolbar+menuseparator

Make sure the the last entry doesn't have a comma before the '{'