v1.2.1 — Debug + CSP bypass
Bug Fixes
Issue: Extension wasn't capturing requests on some sites (including Skool).
Root Causes
- CSP (Content Security Policy) blocking external scripts → now injects inline
- No visual feedback when recording starts → now shows red ● badge immediately
- Hard to debug when captures fail → added comprehensive console logging
Changes
- Inject interceptor as inline code (bypasses CSP restrictions)
- Set badge to red ● immediately when you click Start
- Console logging shows:
- Whether interceptor was injected
- Every request intercepted (with recording state)
- Why requests are skipped (not recording / filtered)
How to Debug
- Open DevTools Console (F12)
- Click Start in the extension
- Browse the site
- Watch for
[ARE Content]and[ARE Interceptor]logs
If you see intercepted requests in console but they're not being captured, check the recording: false flag.