AI 产品解读Automatically solve Google reCAPTCHA challenges using on-device AI image classification
Eliminates the tedious manual process of solving reCAPTCHA image challenges (selecting bicycles, buses, cars, crosswalks, fire hydrants, motorcycles, traffic lights) by automating detection and clicking with local AI models
1. Extension installs with content scripts injected into all pages. 2. recaptcha-visibility.js monitors for reCAPTCHA iframes on every page and tracks widget/image visibility state. 3. When a reCAPTCHA challenge is detected, recaptcha.js uses bundled ONNX Runtime WASM models to classify captcha images locally (bicycle, bus, car, crosswalk, fire hydrant, motorcycle, traffic light). 4. The extension auto-clicks the correct images based on the classification results with configurable delays. 5. User controls behavior via popup.html settings (auto-open, auto-solve, delay timers).
Auto-Open: automatically opens reCAPTCHA challenge dialogsAuto-Solve: automatically solves image classification captcha tasks using local ONNX Runtime modelsConfigurable click delay and solve delay timersRuns entirely client-side with bundled YOLOv5 object detection and segmentation modelsSupports reCAPTCHA v2 and Enterprise challenges on google.com and recaptcha.net
- 目标用户
- Web users who frequently encounter reCAPTCHA challenges and want to bypass them automatically / Developers and power users seeking open-source captcha automation
- recaptcha.js is a 1.2MB minified webpack bundle — full analysis of its internal logic is limited, though key patterns (ONNX model loading, image classification, click automation) are confirmed from file structure and smaller entry scripts
- The extension's GitHub repo (https://github.com/Wikidepia/rektCaptcha-extension) could provide additional source clarity but was not consulted
付费分析未识别到付费功能
Extension is entirely free with no payment gates. Store says 'Automatically solve reCaptcha free of charge' and 'Solve reCaptcha without any limit.' The deterministic heuristic flagged PayPal, but this only appears in the store description as a voluntary Ko-fi donation link — not a payment requirement or paid feature gate. No Stripe, billing API, subscription, premium, or upgrade logic exists anywhere in the source code. All models (ONNX Runtime .ort files for bicycle, bus, car, crosswalk, fire hydrant, motorcycle, traffic light, YOLOv5) ship locally with the extension at no cost.
- 置信度
- 95
- 支付平台
- PayPal
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- Store detail explicitly states 'No need to register or login.' Source code contains zero login, auth, or account flows. The 'auth' keyword hits in static scan are false positives from metadata hashes and library author names. No external service authentication is required for core functionality.