Arun Sharma

  • Archive
  • RSS

Stop all the ads that follow you around the net

By periodically running a script such as this:

$ sudo apt-get install sqlite3

$ cat ~/bin/clean-cookies.sh
#!/bin/sh

sqlite3 $HOME/.mozilla/firefox/*.default/cookies.sqlite « EOF
delete from moz_cookies where not  (host like ‘%youtube%’ or host like ‘%google.com%’ or host like ‘%facebook%’);
.quit
EOF

Tested on Ubuntu 11.10 + Firefox9.

  • 1 year ago
  • Permalink
  • Share
    Tweet
← Previous • Next →

About

This is what I use for thoughts that don't fit into 140 characters and share with anyone who cares to read it.

Twitter

loading tweets…

  • RSS
  • Random
  • Archive
  • Mobile

Effector Theme by Carlo Franco.

Powered by Tumblr