搜索 | 用户支持

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

Learn More

How to Remove the Down Arrow from the Right Side of the Firefox TAB Bar?

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

more options

I want to remove this arrow, but I don't see any Settings to do that. Does that mean this arrow can't be removed?

I want to remove this arrow, but I don't see any Settings to do that. Does that mean this arrow can't be removed?
已附加屏幕截图

被采纳的解决方案

That is the Tab Manager (list all tabs) button.

Previously this button would only appear when the tabs overflow. In Firefox 106+ by default browser.tabs.tabmanager.enabled = true on the about:config page and this makes the "List all tabs" (Tab Manager) button permanently visible on the Tab bar and also pinned tabs are included in its drop-down list. This button can be moved to the left end of the Tab bar via customize mode. You can set browser.tabs.tabmanager.enabled = false to hide this button by default.

You can open the about:config page via the location/address bar. On the warning page, you can click "Accept the Risk and Continue" to open about:config.

定位到答案原位置 👍 0

所有回复 (6)

more options

You can't remove by default that is part of the Firefox itself. As I see it - it's not interfering with anything that is shown on the screenshot.

more options

You can right-click it and select Remove from toolbar.

more options

Terry

You can right-click it and select Remove from toolbar.

I can't do that. It's grey.

more options

It should be possible to remove the drop marker arrows (they usually have a -dropmarker suffix) with code in userChrome.css, but you would need to know the ID of each toolbar button or else they will all be removed and you may want to keep some (e.g. there are two Bookmarks buttons in the toolbar palette).

more options

I forget what colour the arrow should be since I have added colour to mine. If you can't remove it, you may have a policy. Enter about:policies in the address bar and paste the result here. The relevant preference in about:config is browser.tabs.tabmanager.enabled but, even with that marked true (the default value), I can remove it with a right-click.

more options

选择的解决方案

That is the Tab Manager (list all tabs) button.

Previously this button would only appear when the tabs overflow. In Firefox 106+ by default browser.tabs.tabmanager.enabled = true on the about:config page and this makes the "List all tabs" (Tab Manager) button permanently visible on the Tab bar and also pinned tabs are included in its drop-down list. This button can be moved to the left end of the Tab bar via customize mode. You can set browser.tabs.tabmanager.enabled = false to hide this button by default.

You can open the about:config page via the location/address bar. On the warning page, you can click "Accept the Risk and Continue" to open about:config.