npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

human-browser

v4.2.0

Published

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.

Readme

Human Browser — Cloud Stealth Browser for AI Agents

No Mac Mini. No local machine. Your agent runs it anywhere.
Residential IPs from 10+ countries. Bypasses Cloudflare, DataDome, PerimeterX.

🌐 Product page: https://humanbrowser.cloud
💬 Support: https://t.me/virixlabs


Why your agent needs this

Regular Playwright on a data-center server gets blocked immediately by:

  • Cloudflare (bot score detection)
  • DataDome (fingerprint analysis)
  • PerimeterX (behavioral analysis)
  • Instagram, LinkedIn, TikTok (residential IP requirement)

Human Browser solves this by combining:

  1. Residential IP — real ISP address from the target country (not a data center)
  2. Real device fingerprint — iPhone 15 Pro or Windows Chrome, complete with canvas, WebGL, fonts
  3. Human-like behavior — Bezier mouse curves, 60–220ms typing, natural scroll with jitter
  4. Full anti-detectionwebdriver=false, no automation flags, correct timezone & geolocation

Quick Start

No setup required — just call launchHuman() and it automatically activates a free trial:

const { launchHuman } = require('./scripts/browser-human');

// 🚀 Zero config — auto-fetches trial credentials from humanbrowser.cloud
const { browser, page, humanType, humanClick, humanScroll, sleep } = await launchHuman();
// Output: 🎉 Human Browser trial activated! (~100MB Romania residential IP)

// Specific country
const { page } = await launchHuman({ country: 'us' }); // US residential IP
const { page } = await launchHuman({ country: 'gb' }); // UK residential IP

// Desktop Chrome (Windows fingerprint)
const { page } = await launchHuman({ mobile: false, country: 'us' });

await page.goto('https://example.com', { waitUntil: 'domcontentloaded' });
await humanScroll(page, 'down');
await humanType(page, 'input[type="email"]', '[email protected]');
await humanClick(page, 760, 400);
await browser.close();

Trial exhausted? Get a paid plan at https://humanbrowser.cloud, then set PROXY_USER / PROXY_PASS in your .env.


Setup

npm install playwright
npx playwright install chromium --with-deps

# Install via skill manager
clawhub install al1enjesus/human-browser

Supported Countries

| Country | Code | Best for | |---------|------|----------| | 🇷🇴 Romania | ro | Polymarket, Instagram, Binance, Cloudflare | | 🇺🇸 United States | us | Netflix, DoorDash, US Banks, Amazon | | 🇬🇧 United Kingdom | gb | Polymarket, Binance, BBC iPlayer | | 🇩🇪 Germany | de | EU services, German e-commerce | | 🇳🇱 Netherlands | nl | Crypto, Polymarket, Web3 | | 🇯🇵 Japan | jp | Japanese e-commerce, Line | | 🇫🇷 France | fr | EU services, luxury brands | | 🇨🇦 Canada | ca | North American services | | 🇸🇬 Singapore | sg | APAC/SEA e-commerce | | 🇦🇺 Australia | au | Oceania content |


Proxy Providers

Option 1: Human Browser Managed (recommended)

Buy directly at humanbrowser.cloud — we handle everything, from $13.99/mo.
Supports crypto (USDT/ETH/BTC/SOL) and card. AI agents can auto-purchase.

Option 2: Bring Your Own Proxy

Plug any residential proxy into Human Browser via env vars. Recommended providers (tested and verified):

| Provider | Quality | Price | Best for | |---|---|---|---| | Decodo (ex-Smartproxy) | ⭐⭐⭐⭐⭐ | ~$2.5/GB | Cloudflare, DataDome, all-round. No KYC. | | Bright Data | ⭐⭐⭐⭐⭐ | ~$8.4/GB | Enterprise-grade, 72M+ IPs, 195 countries | | IPRoyal | ⭐⭐⭐⭐ | ~$1.75/GB | High volume, budget, ethically sourced | | NodeMaven | ⭐⭐⭐⭐ | ~$3.5/GB | High success rate, pay-per-GB, no minimums | | Oxylabs | ⭐⭐⭐⭐⭐ | ~$8/GB | Business-grade, dedicated support |

PROXY_HOST=your-proxy-host
PROXY_PORT=22225
PROXY_USER=your-username
PROXY_PASS=your-password

How it compares

| Feature | Regular Playwright | Human Browser | |---------|-------------------|---------------| | IP type | Data center → blocked | Residential → clean | | Bot detection | Fails | Passes all | | Mouse movement | Instant teleport | Bezier curves | | Typing speed | Instant | 60–220ms/char | | Fingerprint | Detectable bot | iPhone 15 Pro | | Countries | None | 10+ residential | | Cloudflare | Blocked | Bypassed | | DataDome | Blocked | Bypassed |


Product page + pricing: https://humanbrowser.cloud
Support & questions: https://t.me/virixlabs