Mozilla サポートの検索

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

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Why do I suddenly have an additional Manage Bookmarks?

  • 3 件の返信
  • 1 人がこの問題に困っています
  • 8 回表示
  • 最後の返信者: Arbiter Libera

more options

It just showed up today at the bottom of "Show your bookmarks". Was there an update or have I accidentally used a shortcut of some kind? Can I remove it? Firefox is up to date.

Thanks in advance

It just showed up today at the bottom of "Show your bookmarks". Was there an update or have I accidentally used a shortcut of some kind? Can I remove it? Firefox is up to date. Thanks in advance
添付されたスクリーンショット

選ばれた解決策

WARNING: This script is not provided by Mozilla and is not officially supported Creating a userChrome.css file and other ways of customizing Firefox that are not exposed in the interface are there for developers, not end-users. If it were intended for end-users, you would see a menu option or checkbox; you wouldn't have to hack a text file in a hidden location.

What this means is that even though the functionality you want is no longer supported, a third-party has found a way to do it using the CSS file. If it breaks in new versions, you will need to contact the person who provided the script.

[Warning added by moderator.]

You can add CSS code to the userChrome.css file to hide that second menu item.


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

#BMB_bookmarksShowAll {display:none!important}

  • /questions/1337942 Bookmarks Dropdown Now has "Other Bookmarks" and 2x (twice) "Manage Bookmarks"! Help.
  • /questions/1338606 Bookmarks Menu - why does the 'Manage Bookmarks' entry appears twice?
この回答をすべて読む 👍 0

すべての返信 (3)

more options

That opens the Bookmarks Manager full window.

more options

選ばれた解決策

WARNING: This script is not provided by Mozilla and is not officially supported Creating a userChrome.css file and other ways of customizing Firefox that are not exposed in the interface are there for developers, not end-users. If it were intended for end-users, you would see a menu option or checkbox; you wouldn't have to hack a text file in a hidden location.

What this means is that even though the functionality you want is no longer supported, a third-party has found a way to do it using the CSS file. If it breaks in new versions, you will need to contact the person who provided the script.

[Warning added by moderator.]

You can add CSS code to the userChrome.css file to hide that second menu item.


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

#BMB_bookmarksShowAll {display:none!important}

  • /questions/1337942 Bookmarks Dropdown Now has "Other Bookmarks" and 2x (twice) "Manage Bookmarks"! Help.
  • /questions/1338606 Bookmarks Menu - why does the 'Manage Bookmarks' entry appears twice?

この投稿は Chris Ilias により に変更されました

more options

cor-el said

You can add CSS code to the userChrome.css file to hide that second menu item.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#BMB_bookmarksShowAll {display:none!important}

  • /questions/1337942 Bookmarks Dropdown Now has "Other Bookmarks" and 2x (twice) "Manage Bookmarks"! Help.
  • /questions/1338606 Bookmarks Menu - why does the 'Manage Bookmarks' entry appears twice?

Thanks a bunch, that worked.

Do you have any idea why this happened in the first place? Just so I can prevent it from happening again.