UNPKG

auto-captcha-solver

Version:

Automatically detect and solve various captcha types in Playwright & Puppeteer with 2Captcha/CapMonster Cloud integration

14 lines 459 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); console.clear = () => console.log('Console was cleared'); const i = setInterval(() => { if (window.turnstile) { clearInterval(i); window.turnstile.render = (_a, b) => { // we will intercept the message in puppeeter window.cfCallback = b.callback; return; }; } }, 50); //# sourceMappingURL=cloud-flare-inject.js.map