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
285 stars 25 forks source link

patch not working in windows #9

Closed minamicook closed 1 month ago

minamicook commented 2 months ago

'patch' is not recognized as an internal or external command

nwebson commented 2 months ago

I didn't have a chance to test it on windows, unfortunately. You need to install patch command, you can try follow this path: https://stackoverflow.com/a/40919520 Please let me know about your experience.

AndriusCTR commented 2 months ago

I didn't have a chance to test it on windows, unfortunately. You need to install patch command, you can try follow this path: https://stackoverflow.com/a/40919520 Please let me know about your experience.

Really need support for windows...

rtritto commented 2 months ago

As alternative, you can use puppeteer-core-patch dependency

Edit: @nwebson can you add a reference of puppeteer-core-patch in README?

nwebson commented 1 month ago

I was able to test the patcher on a Windows machine, so I added some tips to the readme about it: https://github.com/rebrowser/rebrowser-patches?tab=readme-ov-file#patch-command-on-windows