Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

How to remove all buttons using userchrome.css

  • 3 përgjigje
  • 2 e kanë hasur këtë problem
  • 39 parje
  • Përgjigjja më e re nga 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

Zgjidhje e zgjedhur

Hi,

Thanks for the response.

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

Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (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

Zgjidhja e Zgjedhur

Hi,

Thanks for the response.

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