搜索 | 用户支持

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

详细了解

Remove extensions button from toolbar

more options

I need to be able to hide the Extensions button from the toolbar. Is there a way to do that outside of the user.js or prefs.js? Preferably I'd like to do this though the policies.json file though I could not find any options for this.

I need to be able to hide the Extensions button from the toolbar. Is there a way to do that outside of the user.js or prefs.js? Preferably I'd like to do this though the policies.json file though I could not find any options for this.
已附加屏幕截图

被采纳的解决方案

We do not provide a way to remove this button.

You would have to use something like userChrome.css

定位到答案原位置 👍 1

所有回复 (4)

more options

选择的解决方案

We do not provide a way to remove this button.

You would have to use something like userChrome.css

more options

Do you know what the text for that would be? I tried the below text and it did not work so I am assuming it is now referred to differently now:

  1. unified-extensions-button, #unified-extensions-button > .toolbarbutton-icon{

width: 0px !important; padding: 0px !important; }

more options

Is userChrome.css enabled? You have to set a pref to use it now.

more options

You are correct. Now it is working. Thank you.