Firefox and Chrome WebExtension that deletes cookies and other browsing site data as soon as the tab closes, domain changes, browser restarts, or a combination of those events.

3 Open Issues Need Help Last updated: Jul 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task requires testing a Firefox WebExtension (Cookie AutoDelete) to ensure its functionality and stability. The extension automatically deletes cookies when tabs close, domains change, or the browser restarts. The tester needs to install the extension from the Github releases, follow the provided instructions, and report any bugs or unexpected behavior.

Complexity: 2/5
help wanted

Firefox and Chrome WebExtension that deletes cookies and other browsing site data as soon as the tab closes, domain changes, browser restarts, or a combination of those events.

TypeScript

AI Summary: The task is to replace the deprecated Flash data cleaning functionality in the Cookie AutoDelete browser extension with a new feature that cleans CacheStorage data. This involves updating the code to utilize the Chrome `browsingData` API and potentially refactoring related parts of the extension's architecture. The change should be compatible with both Firefox and Chrome.

Complexity: 4/5
help wanted

Firefox and Chrome WebExtension that deletes cookies and other browsing site data as soon as the tab closes, domain changes, browser restarts, or a combination of those events.

TypeScript

AI Summary: Debug and fix a Jest warning, "A worker process has failed to exit gracefully", that occurs after running unit tests in the Cookie AutoDelete browser extension project. The issue appears consistently across different operating systems and browsers, and requires investigating the Jest configuration and potentially the test suite itself to identify the root cause of the worker process failing to exit properly.

Complexity: 3/5
help wanted

Firefox and Chrome WebExtension that deletes cookies and other browsing site data as soon as the tab closes, domain changes, browser restarts, or a combination of those events.

TypeScript