skotz / cbl-js

JavaScript CAPTCHA solving library
MIT License
158 stars 46 forks source link

Add freeCap examples #19

Closed SavageCore closed 6 years ago

SavageCore commented 6 years ago

This PR adds example for freeCap originally available at puremango blog and can be found in use at http://www.aleph-tec.com/eicar/

I also modified the solve page and now it solves multiple images, validates them, times the process and includes a nice little css loader/spinner so you know it's busy working away.

Note: I do not handle service no longer available but included it in captchas. Seems to be temporary rate limiting.

SavageCore commented 6 years ago

Let me know if you want me to squash or any other changes needed 😀

skotz commented 6 years ago

Thanks!