We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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

  • 5 件の返信
  • 2 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: 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?

選ばれた解決策

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

この回答をすべて読む 👍 1

すべての返信 (5)

more options

選ばれた解決策

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!