Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

How to edit the sessionstore.jsonlz4 file?

  • 3 réponses
  • 1 a ce problème
  • 304 vues
  • Dernière réponse par 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.

Solution choisie

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

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (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

Modifié le par 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

Solution choisie

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