Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox Local Storage External Access

I writing a script which uses information which a website stores in local storage. Chrome stores the local storage db file at the following path, I can parse this database file fine using python.

'C:\Users\Matt\AppData\Local\Google\Chrome\User Data\Default\Local Storage\'

Firefox on the other hand stores the file at the following path, but I can not open this file to parse the information.

'C:\Users\Matt\AppData\Roaming\Mozilla\Firefox\Profiles\vrviae08.default\webappsstore.sqlite'

Can you access local storage in this way? Is there a much better way to use information stored in local storage than this?

like image 717
Lossy Avatar asked Mar 09 '26 09:03

Lossy


1 Answers

While looking for a solution to my similar problem I stumbled upon this question. For me the issue was certainly permissions. I didn't want to alter the permissions in the Firefox directories, so from my script directory I made symbolic links to the .sqlite files I wanted to access. This did the trick for me. Hopefully this helps someone.

like image 116
el_bogavante Avatar answered Mar 11 '26 21:03

el_bogavante



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!