Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

restrict access to about:customizing page

  • 1 wótegrono
  • 1 ma toś ten problem
  • 15 naglědow
  • Slědne wótegrono wót cihan.ispanoglu

more options

I need to disable access to about:customizing. I can hide #customization-container with /* Remove Customization Page Container */

  1. customization-container { display: none !important; }

in userChrome.css but address bar remains in place. If I remove that whole browser experience is affected. Can you please provide a way to restrict access to about:customizing page..

Thanks

I need to disable access to about:customizing. I can hide #customization-container with /* Remove Customization Page Container */ #customization-container { display: none !important; } in userChrome.css but address bar remains in place. If I remove that whole browser experience is affected. Can you please provide a way to restrict access to about:customizing page.. Thanks

Wšykne wótegrona (1)

more options

I got some more stuff got in userChrome.css

/* Remove Customization Page Container */
#customization-container { display: none !important; }
#wrapper-new-tab-button { display: none !important; }
#wrapper-alltabs-button { display: none !important; }
#wrapper-downloads-button { display: none !important; }
#wrapper-urlbar-container { display: none !important; }

Wót cor-el změnjony