Control your cookies! This extension is inspired by Self Destructing Cookies. When a tab closes, any cookies not being used are automatically deleted. Prevent tracking by other cookies and add only the ones you trust. Easily import and export your Cookie Whitelist.
- Auto Deletes Cookies from Closed Tabs
- WhiteList Support for Sites you want to keep Cookies
- Easily Export/Import your Whitelist
- Clear All Cookies for a Domain
- Support for Container Tabs (Firefox 53+ Only)
- Add the sites you want to keep cookies in the whitelist
- Enable "Active Mode" in the popup or settings
- Watch those unused cookies disappear :)
Translate Cookie AutoDelete in your language or help fix a translation!
- Copy and paste the "/extension/_locales/en" folder.
- Rename the newly copied folder to the language codes found here
- Open the manifest.json in your newly created folder and start translating the "message" JSON properties. The description should be left alone as a reference. Also any word with '$' surrounding it should be left alone as they are placeholders.
- Test the translation by building it. Fix any UI glitches by if possible using a shorter translation.
- Make a Pull Request and you're done!.
- Watch for changes in the "/extension/_locales/en/messages.json" file for future updates or if the updates somehow got lost use a diff tool.
- Run
npm install
- Run
npm run-script build
- The build files should be in a new folder called
/builds