Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

How to edit the sessionstore.jsonlz4 file?

  • 3 odpowiedzi
  • 1 osoba ma ten problem
  • 304 wyświetlenia
  • Ostatnia odpowiedź od 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.

Wybrane rozwiązanie

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

Przeczytaj tę odpowiedź w całym kontekście 👍 0

Wszystkie odpowiedzi (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

Zmodyfikowany przez Snippet w dniu

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

Wybrane rozwiązanie

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