This skill should be used when the user asks to "bypass bot detection", "avoid CAPTCHA", "stealth browser automation", "undetected playwright", "bypass Google…
Bypass bot detection and CAPTCHA triggers using rebrowser-playwright with stealth techniques. Uses real GPU rendering, removes WebDriver signatures, and patches fingerprinting vectors to pass bot detection tests like bot.sannysoft.com Requires headed mode (headless: false) and real Chrome browser (channel: 'chrome') to be effective Includes addInitScript to remove navigator.webdriver property, the most common detection method For Python, recommends undetected-chromedriver over playwright-stealth for full bot detection bypass; Node.js subprocess calls also supported Does not bypass CAPTCHAs themselves, only prevents triggering them through detection avoidance Playwright Bot Bypass Bypass bot detection systems using rebrowser-playwright with stealth techniques. Passes bot.sannysoft.com and enables automation on sites with aggressive bot protection (Cloudflare, Akamai, PerimeterX, etc.). Why Standard Playwright Gets Detected Detection Point Standard Playwright This Solution navigator.webdriver true Removed WebGL Renderer SwiftShader (software) Real GPU (Apple M2, etc.) User Agent Contains "HeadlessChrome" Clean Chrome UA chrome.runtime Missing Complete runtime object navigator.plugins Empty array 3 standard plugins navigator.languages ['en-US'] only Matches Accept-Language header Permissions API Inconsistent state Patched to match real Chrome outerWidth/Height Same as inner (no chrome) Offset like real browser Canvas fingerprint Deterministic Noise injected Prerequisites
don't have the plugin yet? install it then click "run inline in claude" again.