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
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "agent-browser-stealth"
version = "0.14.0-fork.5"
version = "0.14.0-fork.6"
dependencies = [
"base64",
"dirs",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "agent-browser-stealth"
version = "0.14.0-fork.5"
version = "0.14.0-fork.6"
edition = "2021"
description = "Stealth browser automation CLI for AI agents with anti-bot evasions"
license = "Apache-2.0"