为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

last tabs file

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 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).