-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |