rebrowser / rebrowser-patches

Collection of patches for puppeteer and playwright to avoid automation detection and leaks. Helps to avoid Cloudflare and DataDome CAPTCHA pages. Easy to patch/unpatch, can be enabled/disabled on demand.
https://rebrowser.net
310 stars 27 forks source link

Patch for `__pwInitScripts` #52

Open tonybruess opened 1 week ago

tonybruess commented 1 week ago

Creating this issue so I can track it 😄

Need to fix the __pwInitScripts detection introduced in playwright 1.46.1

https://github.com/microsoft/playwright/commit/c9e673c6dca746384338ab6bb0cf63c7e7caa9b2#diff-087773eea292da9db5a3f27de8f1a2940cdb895383ad750c3cd8e01772a35b40R909-R924

ofirk commented 2 days ago

Same issue in my side as well, can it cause a detection? Thanks again for a great repo!