VKCaptchaBreaker_v1.6
v1.6 Improvements:
- Images with captcha are now downloaded in background script which makes it possible to bypass CORS restrictions;
- Models are baked into background script, no more unnecessary binary files;
- Communication between page and background script is now carried out via base64 encoding, which takes less time compared to hex encoding;
- Page script's logic is now hidden with encapsulated anonymous function;
- New model, 30% relative improvement in recognition time.