ext-v1.0.2
pbakaus/impeccableext-v1.0.2Apr 29, 2026by pbakaus
AI Summary
Fixes a bug where popup scans would hang after a page reload and adds a new rule to detect overused font monocultures in the browser extension.
Key Highlights
- Popup scan no longer hangs after reload
- New monoculture font rule
New Features
- Popup stability fix
- New font detection rule
Full Release Notes
- **Popup scan no longer hangs after a page reload.** The toolbar-icon flow worked the first time but got stuck on "Scanning…" on subsequent clicks if the page had been reloaded in between. The service worker only cleared its content-script-injected flag when DevTools was open, so the popup-only path saw a stale flag and silently sent its scan request to a tab whose content script had already been wiped. Reset is now unconditional; auto-rescan stays gated to DevTools. - **Detector flags the new monoculture.** The overused-font rule now catches Fraunces, Geist, Mona Sans, Plus Jakarta Sans, Space Grotesk, Recoleta, and Instrument Sans alongside Inter and the older defaults. Brand exceptions for Vercel, Next.js, and GitHub on their own domains.