Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

How can I determine which profile Firefox 5 is currently using?

  • 5 antwoorden
  • 2 hebben dit probleem
  • 1 weergave
  • Laatste antwoord van vaguy

more options

How can I determine which profile Firefox 5 is currently using?

How can I determine which profile Firefox 5 is currently using?

Gekozen oplossing

Help > Troubleshooting Information > Profile Directory: Open Containing Folder

Copy and Paste this code in the Code field in the "Tools > Error Console" and click the Evaluate button to see the location of the profile folder.

alert(Components.classes["@mozilla.org/file/directory_service;1"].getService(Components.interfaces.nsIProperties).get("ProfD", Components.interfaces.nsIFile).path);

Dit antwoord in context lezen 👍 1

Alle antwoorden (5)

more options

Gekozen oplossing

Help > Troubleshooting Information > Profile Directory: Open Containing Folder

Copy and Paste this code in the Code field in the "Tools > Error Console" and click the Evaluate button to see the location of the profile folder.

alert(Components.classes["@mozilla.org/file/directory_service;1"].getService(Components.interfaces.nsIProperties).get("ProfD", Components.interfaces.nsIFile).path);

more options

Incredibly quick reply and right on the money. Thanks!

I don't suppose that you know how one changes which profile FF5 uses? ...

more options

You're welcome

more options

in address bar type: about:cache and look at Offline cache device -> Cache Directory

more options

Thank you!