Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

How to remove all buttons using userchrome.css

  • 3 antwoorden
  • 2 hebben dit probleem
  • 44 weergaven
  • Laatste antwoord van 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

Gekozen oplossing

Hi,

Thanks for the response.

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

Dit antwoord in context lezen 👍 0

Alle antwoorden (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

Gekozen oplossing

Hi,

Thanks for the response.

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