bent.m...@gmail.com
unread,Oct 17, 2014, 12:53:16 PM10/17/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla...@lists.mozilla.org
Hi,
Unfortunately there is no way to do this easily. The blob in the 'data' column is an internal encoded representation of a JavaScript object/value that is then compressed.
The only way that I know of to look at this data is to import the sqlite database (and its corresponding files directory) into a local Firefox profile. Then you can use the built-in Developer Tools Storage Inspector to look at the database.
Cheers,
-bent