Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

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

  • 4 antwurd
  • 13 hawwe dit probleem
  • 1 werjefte
  • Lêste antwurd fan 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

Keazen 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.

Dit antwurd yn kontekst lêze 👍 1

Alle antwurden (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

Keazen 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.

more options

thanks br