From decfc57764c20f75a83316d12649ebea74fdd950 Mon Sep 17 00:00:00 2001 From: joe04 Date: Sat, 26 May 2018 12:03:02 -0400 Subject: [PATCH] update --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfb08b2..f7b593d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# Cookie-Sweep -Firefox extension to sweep cookies at startup +## Cookie-Sweep +Firefox extension that sweeps all cookies at browser startup. You can add domains to the whitelist on the options page, which will preserve all cookies from these domains during the sweep. All other cookies get removed. + +There is also a button on the options page to do a sweep at any time. + +This is a fork of [the original](https://github.com/mpopp75/cookie-sweep) written by mpopp75. Full credit to him for the cookie sweep functionality and the nice options interface. + +The important change I made was adding the ability to sweep at browser startup, as requested [here](https://github.com/mpopp75/cookie-sweep/issues/7). + +Note that there is no option to disable the startup sweep.