fix(stealth): avoid matchMedia Illegal invocation

- bind MediaQueryList methods when proxied for prefers-color-scheme light patch

- add regression test for addEventListener/removeEventListener

- bump version to 0.14.0-fork.6 and sync Cargo metadata
This commit is contained in:
leeguooooo
2026-02-28 11:17:02 +09:00
parent 74910cfef1
commit bf672ee7f9
5 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "agent-browser-stealth",
"version": "0.14.0-fork.5",
"version": "0.14.0-fork.6",
"description": "Stealth browser automation CLI for AI agents with anti-bot evasions",
"type": "module",
"main": "dist/daemon.js",