Skip to content

Instantly share code, notes, and snippets.

@atilaromero
Created November 19, 2018 14:08
Show Gist options
  • Save atilaromero/ca1600210cb3706dec2889327664da46 to your computer and use it in GitHub Desktop.
Save atilaromero/ca1600210cb3706dec2889327664da46 to your computer and use it in GitHub Desktop.
list bookmarks from places.sqlite (firefox)
sqlite3 places.sqlite 'SELECT b.url FROM moz_bookmarks AS a JOIN moz_places AS b ON a.fk = b.id'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment