puppeteer-extra icon indicating copy to clipboard operation
puppeteer-extra copied to clipboard

💯 Teach puppeteer new tricks through plugins.

Results 218 puppeteer-extra issues
Sort by recently updated
recently updated
newest added

When automatically solving HCAPTCHA with 2captcha provider it gets detected and i have visualfeedback on and it becomes gray/dark i read it means it is detected im just testing out...

issue: bug report
needs triage

is there any way to overwrite Web Worker Navigation. https://abrahamjuliot.github.io/creepjs/ easily detected it.

issue: bug report
needs triage

There is a problem, the webdriver can be detected as following: `let usesWebdriver = navigator.__proto__.webdriver` and will evaluate to true seems like adding `delete navigator.__proto__.webdriver;` works to hide this fact...

issue: bug report
needs triage

**Describe the bug** Look's like puppeteer can be detected now, tried example on puppeteer-extra-plugin-stealth page, got this: ![testresult](https://github.com/berstend/puppeteer-extra/assets/125340/6e27a62c-d9da-48ad-a01d-ea86418a3208) Cloudflare detects puppeteer too. **Code Snippet** ```javascript // puppeteer-extra is a drop-in...

issue: bug report
needs triage

**Describe the bug** My node project is an esm typescript module. I am trying to catch a timeout error on the page but I unable to find the import of...

issue: bug report
needs triage

Starting on puppeteer 19, PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true seems to be ignored, so it would be quite handy to be able to use puppeteer-core with puppeteer-extra

**Describe the bug** Plugin Stopped detecting hcaptcha on my site. It was working normally, I can see the captcha. But the plugin cannot identify. stopped working about 15 to 20...

issue: bug report
needs triage

**Feature request** I want to download the latest stealth.min.js as a Docker build step. **Things I Tried** Option 1: `RUN npx extract-stealth-evasions` The Dockerfile: ```dockerfile FROM ghcr.io/puppeteer/puppeteer:latest as puppeteer RUN...

issue: proposal

**Describe the bug** stealth.min.js does not exist at URL https://gitcdn.xyz/repo/berstend/puppeteer-extra/stealth-js/stealth.min.js **Code Snippet** ```bash curl -v http://gitcdn.xyz/repo/berstend/puppeteer-extra/stealth-js/stealth.min.js ``` Output: ```console * Trying 69.16.231.60:80... * Connected to gitcdn.xyz (69.16.231.60) port 80 >...

issue: bug report
needs triage