Cookiecuttr
- 3 Devlogs
- 3 Total hours
A browser extension that gets cookie banners out of the way, gives you a quick reading estimate, and lets you save your place in an article. (Chrome / Manifest V3)
A browser extension that gets cookie banners out of the way, gives you a quick reading estimate, and lets you save your place in an article. (Chrome / Manifest V3)
Added everything needed in manifest.json in order to actually upload the project;
Uploaded the Firefox extension to Firefox Add-ons marketplace, and it got accepted;
Revised the banner detection logic so the extension can handle more consent platforms and common variations in their markup;
Checked and fixed inconsistencies between the chrome and firefox version while respecting the differences between their manifest v3 implementations, and more
Reworked the popup layout, gave it a more formal look with wider spacing. Redesigned sections, improved the logic, and made the reset action smaller and cleaner.
Added reading markers with three save slots, editable names, optional timestamps, site labels, and cross-tab return support.
The extension currently has 3 main features:
Automatically detects cookie and consent banners, then selects reject or necessary-only options instead of accepting tracking cookies. It supports common consent platforms, site-specific handling, and broader detection based on cookie-related buttons, IDs, classes, and labels.
Displays an estimated reading time and word count on longer articles. The badge can be dismissed, and the Show reading badge button can force it to appear when automatic detection doesn’t recognize the page.
Provides three customizable save slots for reading positions. Each marker can have its own name, optional timestamp and scroll position marker. The URL is still kept next to the name, in case you forget. Markers CAN be used from another tab or reopened automatically in a new tab when the original page is no longer open.