[conspire] my new favorite firefox extension is... sqlite3 dump!
Tony Godshall
tony at of.net
Mon Feb 27 17:03:46 PST 2012
this is cool if you use multiple computers and care about cookies
if you have cookie permissions set to ask, and/or noscript:
# apt-get install sqlite3 sqlite-doc
(or do it the redhat or gentoo way)
$ sqlite3 $(ls -rt $HOME/.mozilla/firefox/*/permissions.sqlite|tail
-n1) 'select * from moz_hosts;'
That gives you the permissions various domains have.
Redirect that to a file, and do it again later, or on another machine
and diff the two and you can see what you've allowed and disallowed
between now and then or between here and there.
Tony
More information about the conspire
mailing list