Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

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.

Learn More

How to edit the sessionstore.jsonlz4 file?

  • 3 replies
  • 1 has this problem
  • 242 views
  • Last reply by Snippet

Editing old sessionstore.js files used to be easy can .jsonlz4 files be edited/converted? I need to sanitize a session, I am aware of https://www.jeffersonscher.com/ffu/scrounger.html but that's not what I want.

Editing old sessionstore.js files used to be easy can .jsonlz4 files be edited/converted? I need to sanitize a session, I am aware of https://www.jeffersonscher.com/ffu/scrounger.html but that's not what I want.

Chosen solution

The above mentioned plugin didn't properly save back the edited mozlz4 file, I contacted the author about it. In case it helps someone I used this command line program to https://github.com/jusw85/mozlz4 to extract the json file and to convert it back into mozlz4. And for editing the extracted json used a program called "JSONedit".

Read this answer in context 👍 0

All Replies (4)

There is this extension:

Do mozlz4 have the same format than .jsonlz4? Will try it out nevetheless

Alright can open them but doesn't seem to be able to save it back

Modified by Snippet

For some reason the above plugin didn't properly save back the mozlz4 file, I contacted the author.. In case it helps someone I used this command line tool https://github.com/jusw85/mozlz4 and a program called "JSONedit " to edit the extracted json file.

Chosen Solution

The above mentioned plugin didn't properly save back the edited mozlz4 file, I contacted the author about it. In case it helps someone I used this command line program to https://github.com/jusw85/mozlz4 to extract the json file and to convert it back into mozlz4. And for editing the extracted json used a program called "JSONedit".