Allows to bypass an invisible recaptcha just with HTTP requests, without Selenium or OCR.
1 - This bypass does not work on all invisible recaptchas, you have to try it to know if it works on your recaptcha;
2 - This bypass only works on invisible recaptchas.
3 - You must have some knowledge of HTTP requests to understand
- find Anchor(https://www.recaptcha.net/recaptcha/api2/anchor?k=&co=) request in devTool.
- make sure that it has the k and co parameters.
- paste it in code and let's see if it works.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
blank <3