I had a crash on firefox, I easily fix lost sessions, when I got updates or crash that lose my active session.
When I try to retrieve my sessions by copying recovery.bakl… (閱讀更多)
I had a crash on firefox, I easily fix lost sessions, when I got updates or crash that lose my active session.
When I try to retrieve my sessions by copying recovery.baklz4 or recovery.jsonlz4 both of them does not work. When clicking on restore previous session, firefox rezzes a few seconds, and then the restore session tab stays blank.
I tried: https://www.jeffersonscher.com/ffu/scrounger.html but the website does not succesfully recovers my firefox session and the tab just crashes, I did manage to convert it to a JSON file.
I did some work on the JSON file myself, through regex and jq tool. I extracted the urls from it. I scrapped my json to make it lighter (I think the problem is from the size of my session), I scrapped the "image", "scp", json objects, trimming the size of the file, it's size was divided by almost 20.
Is there a way to recreate a sane jsonzl4 file? I have the data.
What seems weird is that backups from a few weeks is only around 20MB and by adding a few tabs, it went from 20MB to 80-90MB it's freaking huge.
Is there a way to fix this? recreate a json file and then encrypt it to jsonzl4? What can I scrape safely from my session?
I have been trying to fix this for hours, please help!