-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Rishap Gandhi edited this page Jun 15, 2026
·
1 revision
Minimal overhead (<1% CPU). The circular buffer is O(1) append with constant memory.
Locally in browser.storage.local. Nothing is sent anywhere.
Authorization headers, cookies, any JSON field matching: password, token, secret, api_key.
Yes, but it's designed for dev/staging. Add URLs to the allowlist in settings.
500 console entries, 200 network entries, 100 errors max. Oldest entries are overwritten.
injected.content.ts runs in MAIN world to patch page globals. content.ts runs in ISOLATED world to safely relay messages to the background.