搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Where is the cookies file on mac?

  • 3 回覆
  • 4 有這個問題
  • 3 次檢視
  • 最近回覆由 AliceWyman

more options

I'm writing a script with wget and need a cookie that is stored in firefox. I looked in ~/Library/Application Support/Mozilla as well as /Library/Application Support/Mozilla and in the package contents but couldn't find. From what I know it was a txt file in previous versions but now uses a different extension but still uses the name cookies.(extension).

I'm writing a script with wget and need a cookie that is stored in firefox. I looked in ~/Library/Application Support/Mozilla as well as /Library/Application Support/Mozilla and in the package contents but couldn't find. From what I know it was a txt file in previous versions but now uses a different extension but still uses the name cookies.(extension).

所有回覆 (3)

more options

~/Library/Application Support/Firefox/Profiles/<profile folder>

You have to go to your Macintosh HD -> users -> "username" folder's /Library/Application Support/Firefox/Profiles folder and then open the profile folder inside, which would be named something like xxxxxxxx.default for the "default" profile. Inside you'll find a bunch of files, including the database file cookies.sqlite where cookies are now stored.

Starting in Firefox 3.6 you can quickly open the current profile in Firefox from the Help menu, by clicking on "Troubleshooting Information" and, under Application Basics, clicking "Show in Finder" (Mac OS).

Ref:

Profiles - Where Firefox stores your bookmarks, passwords and other user data

http://kb.mozillazine.org/Profile_folder_-_Firefox

P.S. This forum topic may also help:

http://forums.mozillazine.org/viewtopic.php?f=38&t=1968701 Resolved:Need Help reading and saving individual cookies

由 AliceWyman 於 修改

more options

You can also use Help > Troubleshooting Information > Profile Directory > Open Containing folder

See Use the Troubleshooting Information page to help fix Firefox issues

more options

Once you find the cookies.sqlite file, here's another forum topic that may help you work with it:

http://www.linuxquestions.org/questions/linux-software-2/using-the-cookies-sqlite-from-firefox-3-in-wget-653227/