Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

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

  • 5 odgovora
  • 2 imaju ovaj problem
  • 1 prikaz
  • Posljednji odgovor od vaguy

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

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

Izabrano rješenje

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);

Pročitaj ovaj odgovor u kontekstu 👍 1

Svi odgovori (5)

Odabrano rješenje

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);

Incredibly quick reply and right on the money. Thanks!

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

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

Thank you!