Created
July 20, 2012 06:59
-
-
Save jesperronn/3149173 to your computer and use it in GitHub Desktop.
Firefox profiles --working with cookies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For firefox:
firefox -profilemanager