A small tool that clears qutebrowser cookies.
 
 
Go to file
Michele Guerini Rocco a86ee05bd1
ignore dist directory
2019-01-14 12:21:45 +01:00
.gitignore ignore dist directory 2019-01-14 12:21:45 +01:00
LICENSE initial commit 2018-09-21 21:34:31 +02:00
Main.hs handle local storage 2018-09-23 13:40:12 +02:00
README.md initial commit 2018-09-21 21:34:31 +02:00
bisc.cabal add description in cabal file 2019-01-14 12:21:45 +01:00
default.nix handle local storage 2018-09-23 13:40:12 +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/.