Hi,
I accidentally removed one of my userscripts (the edit and delete menu items are way too close to each other lol), so now I'm looking for a way to recover it if possible. I didn't close my browser (Firefox) since then, and there are active tabs still running this script, however it doesn't appear in the debugger, neither its variables and functions are accessible via the console. I also tried to use the profiler, but couldn't get anything helpful from there.
Then in the %appdata% profile folder I found a moz-extension+++%id%\idb\%num%gyreekansoem.sqlite file. When opened in notepad, it contains a %myscript_name% string. I used DB Browser for SQLite, and ran SELECT data FROM object_data. There are some plaintext script parts in the returned data (no
%myscript_name% found this time though), but I couldn't recognize the data format. Is there a way to get the entire script from this db?