Opera & cookies

Volker Wysk post at volker-wysk.de
Fri Jul 1 14:59:54 UTC 2016


Am Freitag, 17. Juni 2016, 21:20:57 CEST schrieb Jim Byrnes:
> Ever since Firefox dropped the ability to ask if you wanted to accept or 
> reject cookies I have been looking for a replacement.

Hi

I've made a little script, which deletes the cookies before it starts Firefox. 
The "sqlite3" package needs to be installed:


#! /bin/bash
sqlite3 ~/.mozilla/firefox/yyrwdram.default/cookies.sqlite \
        'delete from moz_cookies'
exec /usr/bin/firefox "$@"


Bye
V.W.





More information about the ubuntu-users mailing list