You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some extensions now use techniques like IndexedDB or localStorage for their settings. It doesn't look straightforward how to handle these especially since the databases seem to have a rather complicated sqlite3 format.
The indexedDB variant looks like a key-value store, but seems to store the encoded data as blobs. Maybe there are python modules to handle them?
The text was updated successfully, but these errors were encountered:
Some extensions now use techniques like IndexedDB or localStorage for their settings. It doesn't look straightforward how to handle these especially since the databases seem to have a rather complicated sqlite3 format.
The indexedDB variant looks like a key-value store, but seems to store the encoded data as blobs. Maybe there are python modules to handle them?
The text was updated successfully, but these errors were encountered: