Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

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

  • 4 wótegrona
  • 13 ma toś ten problem
  • 1 naglěd
  • Slědne wótegrono wót 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

Wubrane rozwězanje

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.

Toś to wótegrono w konteksće cytaś 👍 1

Wšykne wótegrona (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

Wubrane rozwězanje

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