$ strings ~/.mozilla/firefox/*/webappsstore.sqlite|grep -Eo “^.+\.:” |rev

Someone over at Mozilla dot Org probably said, “I know, let’s create a super-duper universal replacement for browser cookies that are persistent and even more creepy and then NOT give our browser users the tools they need to monitor, read, block or selectively remove them!”

.

This will let you see all the DOM object users in all your firefox profiles. Feel free to toss a `| sort -u` on the end to remove dupes.

.

I highly recommend you treat these as “session cookies” by scripting something that deletes this sqlite database during each firefox start-up.

.

note: does not do anything for so-called “flash cookies”

View this command to comment, vote or add to favourites
View all commands by unixmonkey24656

commandlinefu.com

by David Winterbottom (codeinthehole.com)

Tags: