Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added OSX method for showing hidden folder in regards to deleting IDB cache

...

2. Delete files in index.db

OS X (10.9):

(From Finder:  Go > Go To Folder,  or Shift-Apple-K.  Enter ~/Library to show hidden Library folder for your user account)

/Users/{USER}/Library/Application Support/Firefox/Profiles/{PROFILE}/indexedDB

...

or

/Users/{USER}/Library/Application Support/Firefox/Profiles/{CURRENT PROFILE}/storage/persistent/{SITE TO CLEAR}

Windows:

C:\Users\{USER}\AppData\Roaming\Mozilla\Firefox\Profiles\{PROFILE} on Windows.

For additional details see: http://stackoverflow.com/questions/9846013/how-to-view-indexeddb-content-in-firefox

...