From d85e407bbcf7d7a0f91f93495d6f66dec3fbc18d Mon Sep 17 00:00:00 2001 From: feder-cr <85809106+feder-cr@users.noreply.github.com> Date: Tue, 30 Jun 2026 04:00:07 +0200 Subject: [PATCH] docs: remove the How it compares section (clutter) --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 098920a..9efae48 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ ![invisible_playwright - 5/5 detection suites passed](docs/screenshots/hero.gif) - ## How it works Most anti-detect browsers patch Chromium with injected JavaScript, which loses two ways: @@ -26,24 +25,6 @@ invisible_playwright avoids both by patching Firefox at the **C++ level**: nothi --- -## How it compares - -| | invisible_playwright | Camoufox | CloakBrowser | Multilogin | -|---|---|---|---|---| -| Engine | Firefox 150 | Firefox (~1 year old base) | Chromium | Chromium fork | -| Patch depth | C++ source | C++ source | C++ source | JS overrides | -| Maintenance | Active | Gap (~1 year) | Active | Active SaaS | -| Open source | ✅ MIT | ✅ MPL | ❌ Closed source | ❌ Closed source | -| `.toString()` clean | ✅ | ✅ | ✅ | ❌ Detectable shims | -| Canvas / WebGL / Audio | ✅ C++ | ⚠️ Drift vs current FF | ✅ C++ | ⚠️ JS override | -| SOCKS5 auth | ✅ Patched | ❌ | ⚠️ Playwright proxy | ⚠️ Varies | -| **reCAPTCHA v3 score** | **0.90** | ~0.3-0.5 | ~0.3-0.5 | ~0.3-0.6 | -| FP Pro - bot detected | ✅ Not detected | ❌ Detected | ❌ Detected | ❌ Detected | -| CreepJS lies | ✅ 0 | ❌ Multiple | ✅ 0 | ❌ Multiple | -| Cost | Free | Free | Free | From $99/mo | - ---- - ## Still seeing captchas or anti-bot? It's the proxy. Once the browser is handled it stops being the variable. If you are still getting challenged, the tell is no longer the browser, it is the IP you come from. Around 90% of proxies are public: anyone can rent the same address, so it is already known and sits on the blocked-IP lists sites check. A perfect browser on a known IP still loses.