Invisible ReCaptcha v2

sowe

New member
Hello!

I am really giving up very soon finding the callback function for "coinmarketcap.com" - the captcha will be loaded once you click on "Login" in the top bar.
I've followed several guides how to find the callback function, however .. the callback function is something like:

___grecaptcha_cfg.clients[0].B.B.callback;
ƒ (e){this.props.onChange&&this.props.onChange(e),this.executionResolve&&(this.executionResolve(e),delete this.executionReject,delete this.executionResolve)}

I really cant find a way to execute this? Since "this.props" is not available in my context nor in the "B.B" object.

Any help is very appreciated!

Best regards,