We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Can me disable about:support for kiosk add ons??

  • 4 réponses
  • 13 ont ce problème
  • 1 vue
  • Dernière réponse par ajidht

more options

Iam installed webconverger on firefox 29.1, but the about:support still enable and it can reset configuration of webconverger add on. can i disable about:support manually or with other add on installed, thanks

Iam installed webconverger on firefox 29.1, but the about:support still enable and it can reset configuration of webconverger add on. can i disable about:support manually or with other add on installed, thanks

Solution choisie

iam try it, and i cannot found userContent.css or chrome folder on %appdata% windows xp environment

This file isn't created automatically.. You have to create it yourself.
You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

See also:

You should open a text editor (like Notepad) and when you are done, save it as userContent.css with the file type as ALL FILES or else you will get a file called userContent.css.txt which won't work.

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (4)

more options

Don't you mean the about:config page?

You can consider to use code in userContent.css to disable some about pages.

Add code to the userContent.css file.

@-moz-document url(about:config){window{display:none !important}}
@-moz-document url(about:support){html,body{display:none !important}}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
more options

iam try it, and i cannot found userContent.css or chrome folder on %appdata% windows xp environment

more options

Solution choisie

iam try it, and i cannot found userContent.css or chrome folder on %appdata% windows xp environment

This file isn't created automatically.. You have to create it yourself.
You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

See also:

You should open a text editor (like Notepad) and when you are done, save it as userContent.css with the file type as ALL FILES or else you will get a file called userContent.css.txt which won't work.