为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

I'd like to remove the redundant "Bookmarks" drop-down menu from my "Bookmarks" toolbar.

  • 6 个回答
  • 4 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

On a Mac, the menu bar (i.e. File, Edit, View...) is always visible, and includes the "Bookmarks" drop-down. However, there is also now a "Bookmarks" menu installed in my Bookmarks toolbar that is redundant and takes up valuable space. Is there a way to remove this?

On a Mac, the menu bar (i.e. File, Edit, View...) is always visible, and includes the "Bookmarks" drop-down. However, there is also now a "Bookmarks" menu installed in my Bookmarks toolbar that is redundant and takes up valuable space. Is there a way to remove this?

所有回复 (6)

more options

Open the Customize window via "View > Toolbars > Customize" and drag that bookmarks menu button in the palette.

more options

Hi, I had the same question, but I'm not sure if I understand the answer. When I open that Customize menu, it collapses all the bookmarks to the left of the tool bar, displaying:

Bookmarks Toolbar...>>

as if you can't get rid of just the redundant drop-down menu?

more options

Okay, but when I do that it removes all of the bookmarks I have in the bookmarks toolbar, like the other asker posted. So I take it that there's essentially no way to have only the actual bookmarks in the toolbar, it's either the bookmarks + the bookmarks dropdown or nothing.

more options

Cor-el was right. What happens when you go to View > Toolbars > Customize is that a dialog box appears in the middle of your screen and the appearance of the address bar and bookmarks bar changes. It ONLY changes while you are in this editing mode. (You'll notice, for example, that both the reload and stop buttons are visible, rather than it being one or the other, which is now the default appearance for FF.)

What you want to do is click on whatever you want removed from the toolbar (star icon for bookmarks, house icon for home, etc.), drag it into the dialog box and then let go. If you scroll down to the bottom of the dialog box, you'll see the toolbar items you removed at the bottom. They're there, ready to be dragged back up top if you ever want them back.

more options

Unless I'm missing something, dragging the Bookmarks item off the toolbar and into the Customize dialog is not the solution. As ffhmc said, that removes ALL the bookmark icons, not just the "Bookmarks \/" dropdown button.

I'm not seeing anything in about:config either. There really should be a way to make that button disappear.

more options

Add code to userChrome.css below the @namespace line.

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

#PersonalToolbar #bookmarks-menu-button { display: none !important; }