Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

How to edit the sessionstore.jsonlz4 file?

  • 3 antwoorden
  • 1 heeft dit probleem
  • 304 weergaven
  • Laatste antwoord van 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.

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

Dit antwoord in context lezen 👍 0

Alle antwoorden (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

Bewerkt door Snippet op

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

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