jingyu9575 / service-worker-control

Firefox extension to detect and control Service Workers on websites.
Mozilla Public License 2.0
10 stars 2 forks source link

This log is saved anywhere? #8

Open vassilyzaitsev opened 4 years ago

vassilyzaitsev commented 4 years ago

Where can I find the file?

I want to read it and make a script on Autohotkey with its data.

07-11-2020 - 04h32m20s (217)

jingyu9575 commented 4 years ago

Unfortunately it seems that the extension data stored in a binary format inside a SQLite container.

On my system, it is at storage\default\moz-extension+++631203eb-8337-4b30-bb64-7cfe24529a18\idb\407118758nnootiitfaic.sqlite in the Firefox profile. The id can be found in the address bar in your screenshot. However, I'm unable to decode the data in the table.

vassilyzaitsev commented 4 years ago

Too bad. 😢 I was hoping I could intercept these push notifications from the extension called Distill. But I've come to notice that their push notifications aren't even being captured. Thanks, though.