Mozilla Support में खोजें

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.

Learn More

How to remove all buttons using userchrome.css

  • 3 प्रत्युत्तर
  • 2
  • 44 views
  • के द्वारा अंतिम प्रतियुतर mrbiggs86

more options

Hi,

i am customizing firefox to roll out across our business and I want it as stripped out as possible.

The only things I havent been able to remove are the 5 buttons in the top right hand corner of the screen (Bookmark this page, Show your bookmarks, Display progress of downloads, home, and settings).

Can anyone help please?

Thanks, Adam

Hi, i am customizing firefox to roll out across our business and I want it as stripped out as possible. The only things I havent been able to remove are the 5 buttons in the top right hand corner of the screen (Bookmark this page, Show your bookmarks, Display progress of downloads, home, and settings). Can anyone help please? Thanks, Adam

चुने गए समाधान

Hi,

Thanks for the response.

I actually did it by using lock pref in mozilla.cfg and specifiying the value for browser.uiCustomization.state

संदर्भ में यह जवाब पढ़ें 👍 0

All Replies (3)

more options

removed the main menu using the below code - just need help getting rid of the bookmarks/downloads/home page icons now :)

  1. PanelUI-menu-button { display: none !important; }
more options

Do you have further questions or were you able to find the IDs of all toolbar buttons?

#PanelUI-menu-button
#bookmarks-menu-button
#downloads-button
#home-button
more options

चयनित समाधान

Hi,

Thanks for the response.

I actually did it by using lock pref in mozilla.cfg and specifiying the value for browser.uiCustomization.state