ค้นหาฝ่ายสนับสนุน

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.

เรียนรู้เพิ่มเติม

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; }