mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-07-04 10:52:24 +02:00
docs: remove the How it compares section (clutter)
This commit is contained in:
parent
475cb3f4fc
commit
d85e407bbc
1 changed files with 0 additions and 19 deletions
19
README.md
19
README.md
|
|
@ -14,7 +14,6 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|
||||||
Most anti-detect browsers patch Chromium with injected JavaScript, which loses two ways:
|
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.
|
## 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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue