Revisiones de Cookie AutoDelete
Cookie AutoDelete por CAD Team
1156 revisiones
- Se valoró con 5 de 5por Dr@g0n, hace 8 añosPros:
- 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. - Se valoró con 5 de 5por Tristan, hace 8 añosThis 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!Respuesta del desarrollador
publicado el hace 8 añosThanks 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. ;) - Se valoró con 5 de 5por noname, hace 8 añosi like this add on a lot, but active mode 1 minute take too long, please can make its faster
Respuesta del desarrollador
publicado el hace 8 años- 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! - Se valoró con 5 de 5por Taurean, hace 8 añosAn excellent replacement for Self Destructing Cookies! I was worried about when it'd stop working.
Suggestion: Please implement an option in whitelist for subdomains. - Se valoró con 5 de 5por ondondil, hace 8 añosFinally a good replacement for SDC that is compatible with WebExtensions. Thank you!
- Se valoró con 5 de 5por Usuario de Firefox 11620514, hace 9 añosIt's a nice, light alternative to SDC, but the delay option should be in seconds not minutes.