Search 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

restrict access to about:customizing page

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

All Replies (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; }

Muudetud cor-el poolt