Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

How to edit the sessionstore.jsonlz4 file?

  • 3 antwoorde
  • 1 het hierdie probleem
  • 5 views
  • Laaste antwoord deur Snippet

more options

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.

Gekose oplossing

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".

Lees dié antwoord in konteks 👍 0

All Replies (4)

more options

There is this extension:

more options

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

Gewysig op deur Snippet

more options

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.

more options

Gekose oplossing

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".