搜尋 Mozilla 技術支援網站

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

Learn More

last tabs file

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

more options

i opened many tabs and then closed the browser, where can i find the file that saves these closed tabs?

note: i am NOT interested in restoring these tabs, i want the file itself

i opened many tabs and then closed the browser, where can i find the file that saves these closed tabs? note: i am NOT interested in restoring these tabs, i want the file itself

被選擇的解決方法

Does this work for you?

Type about:support<enter> in the address bar.

Under the page logo on the left side, you will see Application Basics. Under this find Profile Folder. To its right press the button Show Folder. This will open your file browser to the current Firefox profile. Now Close Firefox.

Windows: Show Folder; Linux: Open Directory; Mac: Show in Finder

Linux: Under the page logo on the left side, you will see Application Basics. Under this find Profile Directory. To its right press the button Open Directory.

sessionstore [v56] sessionstore.jsonlz4 file(s).

If you need to rescue any data from them, You can try to read out their contents using this tool: https://www.jeffersonscher.com/res/scrounger.html

從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

more options

選擇的解決方法

Does this work for you?

Type about:support<enter> in the address bar.

Under the page logo on the left side, you will see Application Basics. Under this find Profile Folder. To its right press the button Show Folder. This will open your file browser to the current Firefox profile. Now Close Firefox.

Windows: Show Folder; Linux: Open Directory; Mac: Show in Finder

Linux: Under the page logo on the left side, you will see Application Basics. Under this find Profile Directory. To its right press the button Open Directory.

sessionstore [v56] sessionstore.jsonlz4 file(s).

If you need to rescue any data from them, You can try to read out their contents using this tool: https://www.jeffersonscher.com/res/scrounger.html

more options

Note that there are also session manager extensions.

sessionstore.jsonlz4 is only present in the main profile folder when Firefox is closed. During runtime Firefox uses files is the sessionstore-backups folder.

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> (backup created during an upgrade of Firefox)

You can copy a file from the sessionstore-backups folder to the main profile and rename the file to sessionstore.jsonlz4 to replace the current file (make sure to backup the current sessionstore.jsonlz4).