0

I need to parse Firefox' bookmarks programmatically and am looking for the bookmarks.

On OS X Firefox stores the (default) profile data in ~/Application Support/Profiles/[abcdefgh].default/

There's a folder called bookmarkbackups but it doesn't seem to contain the current bookmarks.

So where are they?

Hedge
  • 16,142
  • 42
  • 141
  • 246

1 Answers1

0

Ok I found it myself. Inside the profile folder ~/Application Support/Profiles/[abcdefgh].default/ the bookmarks and a lot more are stored in a sqlite database called places.sqlite.

This is a EDR of it:

enter image description here

Hedge
  • 16,142
  • 42
  • 141
  • 246