berstend / puppeteer-extra

💯 Teach puppeteer new tricks through plugins.
https://extra.community
MIT License
6.39k stars 738 forks source link

[Bug] New Puppeteer detection? __puppeteer_utility_world__ #534

Open kasjp opened 3 years ago

kasjp commented 3 years ago

using the latest puppeteer: https://imgur.com/1Bf98BI.png

packages: "puppeteer": "^10.1.0", "puppeteer-extra": "^3.1.16-next.149", "puppeteer-extra-plugin-adblocker": "^2.11.11", "puppeteer-extra-plugin-recaptcha": "^3.3.10", "puppeteer-extra-plugin-stealth": "^2.7.8", "puppeteer-extra-plugin-user-preferences": "^2.2.12",

launchOptions: "--disable-setuid-sandbox", "--no-sandbox", "--mute-audio", "--no-zygote", "--no-xshm", --window-size=1920,1080, "--no-first-run", "--no-default-browser-check", "--disable-dev-shm-usage", "--disable-gpu", "--enable-webgl", "--ignore-certificate-errors", "--lang=en-US,en;q=0.9", "--disable-web-security", "--password-store=basic", "--disable-gpu-sandbox", "--disable-software-rasterizer", "--disable-background-timer-throttling", "--disable-backgrounding-occluded-windows", "--disable-renderer-backgrounding", "--disable-infobars", "--disable-breakpad", "--disable-canvas-aa", "--disable-2d-canvas-clip-aa", "--disable-gl-drawing-for-tests", "--enable-low-end-device-mode", "--disable-features=IsolateOrigins,site-per-process",

prescience-data commented 3 years ago

Run your queries in isolated worlds