Cosmo3904 / Recaptcha-Harvester-V2

Solve Recaptcha Tokens for use in automated projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Captcha does not show, opening console in chrome yields a bunch of errors.

teriyakisauce opened this issue · comments

a bunch of Refused to execute script from because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.

A parser-blocking, cross site (i.e. different eTLD+1) script, http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details

Failed to load resource: https://www.gstatic.com/recaptcha/api2//recaptcha__en.js the server responded with a status of 404 ()

Uncaught ReferenceError: recaptcha is not defined