chore: 更新 Cloudflare 及浏览器自动化攻防文章并补发 blog 链接

This commit is contained in:
leeguooooo
2026-03-04 09:39:38 +09:00
parent d32a1d046a
commit c07eb7ee52
16 changed files with 1324 additions and 248 deletions
+8 -2
View File
@@ -52,7 +52,7 @@ agent-browser open https://example.com && agent-browser wait --load networkidle
# Navigation
agent-browser open <url> # Navigate (aliases: goto, navigate)
agent-browser --risk-mode block open <url> # Block if verification/captcha interstitial is detected
agent-browser doctor # Diagnose CDP + tab-group plugin health
agent-browser doctor # Diagnose CDP + sourceURL + tab-group plugin health
agent-browser close # Close browser
agent-browser --version # Show CLI version (fork builds include upstream/fork)
@@ -236,8 +236,14 @@ agent-browser --cdp 9222 snapshot
# Debug auto-attach behavior
agent-browser --debug snapshot
# Diagnose CDP + plugin handshake status
# Diagnose CDP + sourceURL + plugin handshake status
agent-browser doctor
# Avoid `open` timeout on challenge-heavy pages
agent-browser --wait-until domcontentloaded open https://example.com
# Deterministic Turnstile smoke check (official test key)
pnpm run check:turnstile-testkey
```
### Color Scheme (Dark Mode)