搜尋 Mozilla 技術支援網站

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

了解更多

Saving all tabs

  • 1 回覆
  • 0 有這個問題
  • 36 次檢視
  • 最近回覆由 cor-el

more options

How can I save all tabs to a folder on my Win 10 desktop? I can do them individually, but that takes forever. I would like to do them all at once. Thank you. Cheers.

How can I save all tabs to a folder on my Win 10 desktop? I can do them individually, but that takes forever. I would like to do them all at once. Thank you. Cheers.

所有回覆 (1)

more options

The open tabs are stored in sessionstore.jsonlz4 when you close Firefox.

You can use the button in "Help -> More Troubleshooting Information" (about:support) to go to the current Firefox profile folder or use the about:profiles page (Root directory).

You will normally find these files in the sessionstore-backups folder:

  • previous.jsonlz4 (cleanBackup: copy of sessionstore.jsonlz4 from previous session that was loaded successfully)
  • recovery.jsonlz4 (latest version of sessionstore.jsonlz4 written during runtime)
  • recovery.baklz4 (previous version of sessionstore.jsonlz4 written during runtime)
  • upgrade.jsonlz4-<build_id> (backups created during a Firefox update)

You can copy a sessionstore file with Firefox closed from the sessionstore-backups folder to the main profile folder and rename the file to sessionstore.jsonlz4 to replace the current file.

  • make sure to backup the current sessionstore.jsonlz4

You can look at this tool to inspect a compressed jsonlz4 sessionstore file. This tool works locally, no uploading is done.