How to decode/decipher Mozilla Firefox proprietary .jsonlz4 format? (sessionstore-backups/recovery.jsonlz4)

I’m trying to get a handle on Mozilla Firefox’s proprietary file format .jsonlz4, used, for example, for sessionstore-backups/recovery.jsonlz4, but to no avail. How do I get back my data, specifically, some long text I’ve typed in some textareas of a crashed session? It’s my data! Answer There’s few Google results that actually result in doable … Read more

Google Chrome Plugin for JSON Reading

Is there a Chrome plugin that renders JSON files in Chrome? Currently Chrome just tries to download them, and that’s kind of boring. Answer JSONView for chrome In-browser viewer Expand and contract JSON items Format validation Doesn’t require .json ending Enable: Chrome wrench button >> Tools >> Extensions >> “Allow access to file URLs” AttributionSource … Read more