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

搜索 | 用户支持

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

详细了解

Remove orange button?

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

more options

Hello, I'm trying to remove the orange FF button, but still have the alt menu hidden (until I press alt). I'm using Stylish right now to do it, I just don't know the selector for it... Also, can someone give me a link to a great inspector for Firefox itself or a tutorial (not an extremely old one, please)? I always have the hardest time trying to edit FireFox.

Thanks in advance. :D

Hello, I'm trying to remove the orange FF button, but still have the alt menu hidden (until I press alt). I'm using Stylish right now to do it, I just don't know the selector for it... Also, can someone give me a link to a great inspector for Firefox itself or a tutorial (not an extremely old one, please)? I always have the hardest time trying to edit FireFox. Thanks in advance. :D

被采纳的解决方案

I'm on Linux, so I don't know for sure which code to use In Windows.

Did you try to use the DOM Inspector to get the ID of that button?

Does this code in userChrome.css work?

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

#appmenu-button { display:none !important; }
定位到答案原位置 👍 0

所有回复 (5)

more options

由ideato于修改

more options

Just wait 2 more versions of Firefox and it will be gone by default.

more options

Hello Ed, Australis indeed !!

more options

I'd like to remove it via userChrome.css. As for those link, they didn't help me any... I also don't want to add on needless addons for one thing when I know I can do it via userChrome.css.

more options

选择的解决方案

I'm on Linux, so I don't know for sure which code to use In Windows.

Did you try to use the DOM Inspector to get the ID of that button?

Does this code in userChrome.css work?

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

#appmenu-button { display:none !important; }