human-browser 4.5.0 → 4.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Regular Playwright on a data-center server gets blocked **immediately** by:
|
|
|
20
20
|
|
|
21
21
|
Local stealth libraries (patchright, undetected-chromedriver, playwright-stealth) close some of these gaps in JS, but leak others — most notably **WebRTC ICE candidates** that surface the server's real datacenter IP regardless of your proxy.
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
HumanBrowser's **cloud build** runs our own stealth-tuned Chromium with all those leaks closed at the browser layer — TLS ja3/ja4 matched to real Chrome, GPU vendor/renderer spoofing, WebRTC IP replacement, canvas/WebGL/audio noise — plus residential proxies, plus a live browser viewer. **Drive it via the Agent2Agent protocol — no install, no version pinning, no Linux build of Chromium for you to maintain.**
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
@@ -138,7 +138,7 @@ If you don't pass one, the server uses the token's `default_profile` (configurab
|
|
|
138
138
|
|
|
139
139
|
If you want to skip the cloud entirely and drive your own Chromium with a residential proxy you supply yourself, the `human-browser` npm package exposes `launchHuman()` — a drop-in Playwright launcher with our humanizer helpers, geo-fingerprint plumbing, and built-in 2captcha integration.
|
|
140
140
|
|
|
141
|
-
**Note:** the library does NOT include
|
|
141
|
+
**Note:** the library does NOT include the stealth-tuned Chromium binary we run in the cloud — that one's part of the managed service only. Library mode is patchright + our humanizer helpers; expect a noticeably lower pass-rate on Cloudflare BM / DataDome / Google sign-in / WebRTC-aware bot scoring than the cloud.
|
|
142
142
|
|
|
143
143
|
```js
|
|
144
144
|
const { launchHuman } = require('human-browser');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "human-browser",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.1",
|
|
4
4
|
"description": "Stealth browser for AI agents. Bypasses Cloudflare, DataDome, PerimeterX. Residential IPs from 10+ countries. iPhone 15 Pro fingerprint. Drop-in Playwright replacement — launchHuman() just works.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"browser-automation",
|