telexed ~ c / 1eb730e6-886radar:50 · agent_toolLIVE
← back
NO.
#1eb730e6
Topic
AGENTS & TOOLS
Source
GitHub Trending Weekly
Published
2026-05-13 03:12:55
Importance
★ 5/10 — radar 50
`CloakBrowser`: stealth Chromium as a drop-in for Playwright/Puppeteer
FIG-0011:1

`CloakBrowser`: stealth Chromium as a drop-in for Playwright/Puppeteer

Uses a real Chromium build with source-level fingerprint patches instead of JS spoofing. Useful when browser automation gets blocked, but policy and abuse risk make it a selective tool, not a default stack choice.

[ KEY POINTS ]
  1. Claims 30/30 bot-detection tests passed, including Cloudflare Turnstile, FingerprintJS, and BrowserScan.
  2. Keeps the Playwright/Puppeteer workflow mostly intact: swap imports to launch() and keep the rest of the code nearly unchanged.
  3. Ships 49 C++ fingerprint patches across canvas, WebGL, audio, fonts, GPU, WebRTC, timing, and automation signals.
  4. humanize=True adds mouse, keyboard, and scroll behavior simulation; first run auto-downloads a ~200MB Chromium binary.
  5. Includes a self-hosted profile manager via docker run ... cloakbrowser-manager, positioning it against Multilogin-style setups.
Originalgithub.com/CloakHQ/CloakBrowserRead original →

// related