Pohódnoćenja za Cookie AutoDelete
Cookie AutoDelete wot CAD Team
1.523 pohódnoćenjow
- Z 5 z 5 pohódnoćenywot Wok, 9 jierren lynThis is this addon. A good replacement for SDC and Cookies Exterminator.
- Z 4 z 5 pohódnoćenywot Phil, 9 jierren lynIn Firefox 54 - Something changed beginning with v1.4.0, it doesn't seem to do a complete cookie cleanup at startup. Many cookies that aren't on the whitelist remain until I manual force a Cookie Cleanup. I greatly desire an option for a complete cookie cleanup to happen on every Firefox startup.
Wotmołwa wuwiwarja
je so 9 jierren lyn napisałEnable "Clean Cookies from Open Tabs on StartUp" in settings. - Z 4 z 5 pohódnoćenywot Wužiwar Firefox 13141682, 9 jierren lynThank you very much for that nice add-on.
But I think sites which are listed on the exceptions list with "allow" should be auto whitelisted!
EDIT:
Thanks for the quick response! Briefly looked at the issue and to summarize, the WebExtension API is missing a method to implement that currently; so the advantage of the future-proof developemnt is kind of a disadvantege atm.
Thanks,
-GarryWotmołwa wuwiwarja
je so 9 jierren lyn napisałSee this issue:
https://github.com/mrdokenny/Cookie-AutoDelete/issues/43 - Z 4 z 5 pohódnoćenywot Thomas, 9 jierren lynGood to see a e10s and FX57 proof addon to get rid of those pesky cookies. Only downsides in my eyes:
* doesn't clean LocalStorage (known issue with Firefox).
* it doesn't seem to auto-remove cookies when browsing to a different domain (but only on tab-close, active mode is on).
* all cookies are cleared on browser restart (even though some tabs are still open/active, is it considered a new session?).
I will correct if I made any mistakes.Wotmołwa wuwiwarja
je so 9 jierren lyn napisał1. Mozilla is still working on it
2. It's possible to add that but it might break some sites where people set their delay to 0, so it's safer to do it on tab close (with a delay).
3. Browser Start up cleanup only cleans unused cookies (normal Cookie Cleanup) + GreyList cookies, unless you enabled "Clean Cookies from Open Tabs on StartUp", then it's (normal Cookie Cleanup) + GreyList cookies + Open Tab Cookies.
Come make a new issue on GitHub if you need help. - Z 4 z 5 pohódnoćenywot opini0n, 9 jierren lynI'm on windows 7, and cookies get deleted only when in "no container" tabs. No notifications coming up when in container tabs. And I checked out the cookies in options panel, and cookies from those websites are not deleted. pls fix, thanks for the addon.
Wotmołwa wuwiwarja
je so 9 jierren lyn napisałI encountered that problem and the solution is to restart the browser when you enable Container Mode.
See this issue:
https://github.com/mrdokenny/Cookie-AutoDelete/issues/41 - Z 4 z 5 pohódnoćenywot T, 9 jierren lynSeems to be comparable to self-destructing cookies. Has most of the same functionality and will survive the FF 57 Sstorm and supports multi-processing. However, I'm not sure it participates in the Mozilla Sync which presents a problem of having to duplicate White Lists between machines.
Wotmołwa wuwiwarja
je so 9 jierren lyn napisałhttps://github.com/mrdokenny/Cookie-AutoDelete/issues/30 - Z 5 z 5 pohódnoćenywot Wužiwar Firefox 12374321, 9 jierren lynGlad to have found it , works as intended
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 13058745, 9 jierren lynIt is nice to see a WebExtensions and e10s ready successor to SDC. As of today, the developer is prompt to get to issues on GitHub. Hopefully with time, it will match all the features of SDC and Beyond!
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 13101129, 9 jierren lyngreat addon. i switching from self-destruction, and i like it. this addon dont clear my white list, support multiprocessing, so is better.
- Z 4 z 5 pohódnoćenywot Wužiwar Firefox 13078795, 9 jierren lyn
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 5621020, 9 jierren lynGreat Addon, with miltiprocess support. I am switching from Self-Destructing Cookies, because of this
- Z 5 z 5 pohódnoćenywot Dr@g0n, 9 jierren lynPros:
- Works as expected.
- WebExtensions version
- Multiprocess e10s support
Cons:
No proper LocalStorage support in WebExtensions API so there is no LocalStorage cleanup for now.
Great job. Thanks. - Z 5 z 5 pohódnoćenywot Tristan, 9 jierren lynThis add-on is essentially a WebExtension version of the Self Destructing Cookies add-on. Whitelist cookies you want, and the rest are deleted when they aren't being used! The only difference as of now is that the WebExtension API doesn't have proper LocalStorage support, so this add-on can't clear that yet.
Thank you SO much Kenny Do for doing this! You have no idea how much this means to me, and all the other 200,000+ users of SDC! I know a little JavaScript, HTML5, and CSS, and I was almost desperately trying to learn WebExtension so I could do a rewrite myself. I'm so glad someone smarter than me took the time to do this.
Thanks again! You're awesome!Wotmołwa wuwiwarja
je so 9 jierren lyn napisałThanks buddy. It took me about 2 months even with leveraging some code of my other extension: History AutoDelete. So I'm happy that others appreciate my work. ;) - Z 4 z 5 pohódnoćenywot Maou, 9 jierren lynThanks to Mozilla killing extensions season, might as well start testing web extensions...
About cookie auto delete: It does most of what I needed from a cookie manager, easy to use, light on resources.
The developer's done a good job here, no complains from my part. - Z 5 z 5 pohódnoćenywot noname, 9 jierren lyni like this add on a lot, but active mode 1 minute take too long, please can make its faster
Wotmołwa wuwiwarja
je so 9 jierren lyn napisał- The delay is in minutes because timers in Chrome are allowed to fire once per minute. This limitation doesn't exist with Firefox, so theoretically you could set a lower delay value by typing in .1 (which is 6 seconds) or even 0 for instant cleanup after tab close. Remember to save afterward! - Z 4 z 5 pohódnoćenywot U64, 9 jierren lynA WebExtension version (in essence) of the ever-popular Self Destructing Cookies and the better-but-not-as-popular Cookies Exterminator. My only suggestion -- which is found in CE -- is a "greylist" feature, for cookies that best remain until the browser is closed. I don't like having the cookies cleared, say, every three hours (every five minutes tops), but I don't like being perma-logged in for certain things (such as email, or banks, or government pages with logins and odd redirects that are so slow that the cookies get cleaned right there and then and I get basically kicked out midway through checking and paying for my water bills THANK YOU GOVERNMENT).
Can't wait for a Fennec version once the appropriate things are ready over there (APIs, no?). - Z 5 z 5 pohódnoćenywot Taurean, 9 jierren lynAn excellent replacement for Self Destructing Cookies! I was worried about when it'd stop working.
Suggestion: Please implement an option in whitelist for subdomains. - Z 5 z 5 pohódnoćenywot ondondil, 9 jierren lynFinally a good replacement for SDC that is compatible with WebExtensions. Thank you!
- Z 4 z 5 pohódnoćenywot Wužiwar Firefox 12982714, 9 jierren lynTried it as a replacement for self destructing cookies (shocking isn't it?) .
Didn't work at first but after reading the description of the addon, there is a troubleshooting section which solved the problem (clear existing cookie et reset cookie preference before activating the addon). This informations should probably be repeated on the welcome page.
Afterward, works exactly as described so all in all, a good experience:) - Z 5 z 5 pohódnoćenywot Wužiwar Firefox 11620514, 9 jierren lynIt's a nice, light alternative to SDC, but the delay option should be in seconds not minutes.