Skip to content

Instantly share code, notes, and snippets.

@jesperronn
Created July 20, 2012 06:59
Show Gist options
  • Save jesperronn/3149173 to your computer and use it in GitHub Desktop.
Save jesperronn/3149173 to your computer and use it in GitHub Desktop.
Firefox profiles --working with cookies
echo ' select * from moz_cookies;' | sqlite3 cookies.sqlite
echo ' delete from moz_cookies where name like "__utm%";' | sqlite3 cookies.sqlite
#multiple cookies from multiple folders:
echo ' select * from moz_cookies;' | sqlite3
@jesperronn
Copy link
Author

For firefox:

firefox -profilemanager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment