ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

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

  • 4 პასუხი
  • 13 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 8 ნახვა
  • ბოლოს გამოეხმაურა ajidht

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

გადაწყვეტა შერჩეულია

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.

პასუხის ნახვა სრულად 👍 1

ყველა პასუხი (4)

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)

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

შერჩეული გადაწყვეტა

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.