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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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

  • 4 antwoorde
  • 13 hierdie probleem
  • 8 views
  • Laaste antwoord deur 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

Gekose oplossing

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.

Lees dié antwoord in konteks 👍 1

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

Gekose oplossing

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.