Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

restrict access to about:customizing page

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 15 προβολές
  • Τελευταία απάντηση από 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

Όλες οι απαντήσεις (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; }

Τροποποιήθηκε στις από το χρήστη cor-el