Re: From recovery.js to recoveryjsonlz4

2018-02-06 Thread Cecil Westerhof
breamore...@gmail.com writes: > On Monday, February 5, 2018 at 1:28:16 PM UTC, Cecil Westerhof wrote: >> I have a script to get the number of windows and tabs that firefox >> uses. It always used a file recovery.js, but it changed to >> recovery.jsonlz4. >> >> Looking at the extension I would

Re: From recovery.js to recoveryjsonlz4

2018-02-05 Thread breamoreboy
On Monday, February 5, 2018 at 1:28:16 PM UTC, Cecil Westerhof wrote: > I have a script to get the number of windows and tabs that firefox > uses. It always used a file recovery.js, but it changed to > recovery.jsonlz4. > > Looking at the extension I would think it is an lz4 compressed file. >

From recovery.js to recoveryjsonlz4

2018-02-05 Thread Cecil Westerhof
I have a script to get the number of windows and tabs that firefox uses. It always used a file recovery.js, but it changed to recovery.jsonlz4. Looking at the extension I would think it is an lz4 compressed file. But when I use: import lz4 I see that it is deprecated. How should I work with