A small tool that clears qutebrowser cookies.
 
 
Go to file
Michele Guerini Rocco ad2ef3e929
initial commit
2018-09-21 21:34:31 +02:00
LICENSE initial commit 2018-09-21 21:34:31 +02:00
Main.hs initial commit 2018-09-21 21:34:31 +02:00
README.md initial commit 2018-09-21 21:34:31 +02:00
bisc.cabal initial commit 2018-09-21 21:34:31 +02:00
default.nix initial commit 2018-09-21 21:34:31 +02:00

README.md

Bisc

A small tool that clears qutebrowser cookies

Usage

Create the file $XDG_CONFIG_HOME/qutebrowser/whitelists/cookies and write the domains of the allowed cookies, one per line. Eg.

.example.com
example.com

Run bisc to delete all non-whitelisted cookies from qutebrowser.

License

Copyright (C) 2018 Michele Guerini Rocco

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.