Solved Media

Autocompletion for Solve Media image CAPTCHAs.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

Penulis
STELLAR STELS
Pemasangan harian
2
Total pemasangan
11
Nilai
0 0 0
Versi
1.2
Dibuat
21 Maret 2026
Diperbarui
21 Maret 2026
ukuran
33,8 KB
Lisensi
MIT
Berlaku untuk
Semua situs

🇷🇺 Описание на русском

Solved Media — это userscript, который автоматически помогает решать капчи (в основном изображений, включая SolveMedia и похожие системы).

Что он делает:
🔹 Автозаполняет ответы капчи (image CAPTCHA)
🔹 Работает на любых сайтах (@match *://*/*)
🔹 Может запускаться:
сразу при загрузке страницы (document-start)
после полной загрузки (document-end, document-idle)
🔹 Отправляет капчи в сервисы распознавания:
2Captcha
Anti-Captcha
CapMonster
собственные серверы (pythonanywhere.com)
🔹 Использует:
GM_xmlhttpRequest — отправка капчи на API
GM_setValue / GM_getValue — сохранение настроек (например API ключей)
🔹 Может работать внутри iframe (где обычно капчи)
🔹 Имеет меню настроек (GM_registerMenuCommand)
По сути:

👉 Скрипт перехватывает капчу → отправляет её в сервис → получает ответ → автоматически вставляет решение.

🇺🇸 Description in English

Solved Media is a userscript designed to automatically solve image-based CAPTCHAs (including SolveMedia and similar systems).

What it does:
🔹 Automatically fills CAPTCHA answers
🔹 Works on all websites (@match *://*/*)
🔹 Runs at multiple stages:
document-start (early execution)
document-end / document-idle (after load)
🔹 Sends CAPTCHA challenges to solving services:
2Captcha
Anti-Captcha
CapMonster
custom endpoints (pythonanywhere.com)
🔹 Uses:
GM_xmlhttpRequest — to send CAPTCHA data to APIs
GM_setValue / GM_getValue — to store settings (like API keys)
🔹 Can work inside iframes (where CAPTCHAs usually appear)
🔹 Includes a settings menu (GM_registerMenuCommand)
In short:

👉 The script detects CAPTCHA → sends it to a solver → receives the solution → auto-fills it on the page.