Where are Firefox IndexedDB files stored?

If I create IndexedDB in Firefox 4, where are the files stored on my hard drive? Preferred for Win7, but the path is probably similar to all OSs.

+3
source share
1 answer

This post offers the following location:

C:\Documents and Settings\<username>\Application 
Data\Mozilla\Firefox\Profiles\<xxxx>.default\indexedDB\<databaseid>

A folder <xxxx>.defaultis your profile in which Firefox stores basically everything.

+7
source

All Articles