ext-v1.4.0

pbakaus/impeccableext-v1.4.0Sep 4, 2026by pbakaus

AI Summary

The extension now executes the detector logic using WebAssembly in an offscreen document, allowing it to bypass Content Security Policy (CSP) restrictions while running the same rules as CLI and live mode.

Key Highlights

  • Detector runs as WebAssembly
  • Executes in an offscreen document
  • Bypasses Content Security Policy restrictions
  • Built from the same source as CLI and live mode

New Features

  • WebAssembly integration
  • Offscreen document execution
  • CSP bypass capability

Full Release Notes

- **The detector runs as WebAssembly.** The extension now takes a snapshot of the page and evaluates the rules in an offscreen document, so a site's Content Security Policy no longer decides whether the detector runs. Same rules as the CLI and live mode, built from the same source. The new `offscreen` permission is what makes that possible; nothing else about what the extension can see has changed.