Skip to content

Instantly share code, notes, and snippets.

@dolzenko
Forked from nicerobot/chrome-cookies.sh
Last active December 21, 2015 01:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dolzenko/6231896 to your computer and use it in GitHub Desktop.
Save dolzenko/6231896 to your computer and use it in GitHub Desktop.
# Not needs as there is 'Copy as Curl' in Chrome now
sqlite3 -separator ' ' ~/.config/google-chrome/Default/Cookies 'select host_key, "TRUE", path, "FALSE", expires_utc, name, value from cookies'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment