Universal Captcha Solver

Solve captchas on any website using Gemini AI with a generic selector picker

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
quantavil
Ημερήσιες εγκαταστάσεις
6
Σύνολο εγκαταστάσεων
10
Βαθμολογίες
0 0 0
Έκδοση
1.1
Δημιουργήθηκε την
11/01/2026
Ενημερώθηκε την
11/01/2026
Μέγεθος
20 KB
Άδεια
MIT
Εφαρμόζεται σε
Όλοι οι ιστοχώροι

Universal Captcha Solver Userscript

A powerful, universal captcha solver userscript that uses the Google Gemini API to solve text-based captchas on any website. It features a modern, aesthetic UI and a point-and-click configuration system.

Features

  • Universal Compatibility: Works on any website with a captcha image and input field.
  • Gemini AI Powered: Uses Google's Gemini Vision models (default: gemma-3-27b-it) for high-accuracy solving.
  • Point-and-Click Setup: Easily configure new sites by clicking the captcha image and the input box.
  • Auto-Solve: Automatically detects and attempts to solve captchas on page load or when the image updates.
  • Smart Optimization: Automatically scales down large images to ensuring fast API responses and low latency.
  • Robust & Secure: Handles cross-origin images, prevents memory leaks, and manages concurrency safely.
  • Aesthetic UI: A beautiful, non-intrusive widget that can be minimized.

Installation

  1. Install a Userscript Manager:

  2. Install the Script:

    • Create a new script in your manager.
    • Copy and paste the contents of main.js into the editor.
    • Save the script.

Configuration

Setting the API Key

  1. Go to any website.
  2. Open your Userscript Manager menu (usually the extension icon).
  3. Select "🔑 Set API Key".
  4. Enter your Google Gemini API Key. You can get one for free at Google AI Studio.
  5. (Optional) Enter a custom model name (e.g., gemini-1.5-flash).

Configuring a Website

  1. Navigate to a page with a captcha.
  2. Open the Userscript Manager menu.
  3. Select "⚙️ Configure Captcha Solver".
  4. Step 1: Click on the Captcha Image.
  5. Step 2: Click on the Answer Input Field.
  6. The page will reload, and the solver will activate automatically.

Usage

  • Auto-Solve: The widget will show "Solving..." automatically when a configured captcha is detected.
  • Manual Solve: Click the "Solve" button on the widget to trigger a new attempt.
  • Minimize: Click the robot icon 🤖 to minimize the widget to a floating bubble.
  • Reset: Use the Userscript menu to reset configuration for the current site or globally.

Troubleshooting

  • "Image extraction failed": The image might be protected by strict CORS headers that prevent canvas access. The script attempts to bypass this but may fail on some strictly secured sites.
  • "API Error": Check your API key and ensure you have quota available.