A sample browser extension demonstrating how to use
@adguard/tswebextension in a Manifest V2
extension. It shows request filtering via the blocking webRequest API,
cosmetic rule injection, and scriptlet execution.
pnpm buildThe built extension is output to build/ and can be loaded as an unpacked
extension in Chromium or Firefox.
Run browser tests (requires a built extension):
pnpm test