MeiK2333 / pyppeteer_stealth

MIT License
245 stars 53 forks source link

Bring up to date with puppeteer-extra-stealth, add ability to disable evasions #20

Closed mcolella14 closed 3 years ago

mcolella14 commented 3 years ago

See this PR and this PR for the evasion updates. I figured it would be nice to have the option to disable certain evasions since puppeteer-extra has this feature. Since we don't actually wrap the browser instantiation like they do, we can't really use the same mechanism. I'm open to changing the pattern I implemented, but I think this will be a good starting point at least.