1

I would like to read local storage saved by Firefox. From this question I found out that the local storage has to be in the

\AppData\Local\Mozilla\Firefox\Profiles\????????.default

folder. But in my case it is not there. I thought that maybe Firefox disable JavaScripts or does not accept cookies. But it does not seem to be the case.

So, where can I find local storage created by Firefox?

Community
  • 1
  • 1
Roman
  • 124,451
  • 167
  • 349
  • 456

3 Answers3

3

Try opening about:support (by typing it in the address bar) and then click "Show Folder" under Application Basics -> Profile Folder.

Anders Carstensen
  • 2,949
  • 23
  • 23
1

If you use Windows 7 check this path:

AppData\Roaming\Mozilla\Firefox\Profiles\webappsstore.sqlite

RomanPerekhrest
  • 88,541
  • 4
  • 65
  • 105
  • Thank you! I just need to add that in the `AppData\Roaming\Mozilla\Firefox\Profiles\``I have `*.default` folder and there (in this sub-folder) I do have `webappsstore.sqlite`. – Roman Oct 27 '15 at 16:32
0

It seems that your profile folder is wrong folder.You can find profile folder, by use path variable "appdata" like "%APPDATA%\Mozilla\Firefox\Profiles" in wondows os.Answer above is correct too.In this folder will be other folder like "xxxxxxxx.default", in that folder you can find sqlite file. Read this articale about profile folder location.

Alex Nikulin
  • 8,194
  • 4
  • 35
  • 37