Skip to content

Commit f26c2ac

Browse files
authored
Update qCaptchaSolverBeta.user.js
1 parent 3d88502 commit f26c2ac

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

qCaptchaSolverBeta.user.js

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
// ==UserScript==
2-
// @name hCaptcha Solver by noCaptchaAi BETA
3-
// @name:ar noCaptchaAI hCaptcha Solver حلال
4-
// @name:ru noCaptchaAI Решатель капчи hCaptcha
2+
// @name qCaptcha Solver by noCaptchaAi BETA
3+
// @name:ar noCaptchaAI qCaptcha Solver حلال
4+
// @name:ru noCaptchaAI Решатель капчи qCaptcha
55
// @name:sh-CN noCaptchaAI 验证码求解器
66
// @namespace https://nocaptchaai.com
77
// @version 3.8.5
88
// @run-at document-start
9-
// @description hCaptcha Solver automated Captcha Solver bypass Ai service. Free 6000 🔥solves/month! 50x⚡ faster than 2Captcha & others
10-
// @description:ar تجاوز برنامج Captcha Solver الآلي لخدمة hCaptcha Solver خدمة Ai. 6000 🔥 حل / شهر مجاني! 50x⚡ أسرع من 2Captcha وغيرها
11-
// @description:ru hCaptcha Solver автоматизирует решение Captcha Solver в обход сервиса Ai. Бесплатно 6000 🔥решений/месяц! В 50 раз⚡ быстрее, чем 2Captcha и другие
12-
// @description:zh-CN hCaptcha Solver 自动绕过 Ai 服务的 Captcha Solver。 免费 6000 🔥解决/月! 比 2Captcha 和其他人快 50x⚡
9+
// @description qCaptcha Solver automated Captcha Solver bypass Ai service. Free 6000 🔥solves/month! 50x⚡ faster than 2Captcha & others
10+
// @description:ar تجاوز برنامج Captcha Solver الآلي لخدمة qCaptcha Solver خدمة Ai. 6000 🔥 حل / شهر مجاني! 50x⚡ أسرع من 2Captcha وغيرها
11+
// @description:ru qCaptcha Solver автоматизирует решение Captcha Solver в обход сервиса Ai. Бесплатно 6000 🔥решений/месяц! В 50 раз⚡ быстрее, чем 2Captcha и другие
12+
// @description:zh-CN qCaptcha Solver 自动绕过 Ai 服务的 Captcha Solver。 免费 6000 🔥解决/月! 比 2Captcha 和其他人快 50x⚡
1313
// @author noCaptcha AI and Diego
14-
// @match https://newassets.hcaptcha.com/captcha/*
14+
// @match https://newassets.qCaptcha.com/captcha/*
1515
// @match https://www.google.com/recaptcha/api2/*
1616
// @match https://config.nocaptchaai.com/*
1717
// @icon https://avatars.githubusercontent.com/u/110127579
1818
// @require https://cdn.jsdelivr.net/npm/sweetalert2@11
19-
// @updateURL https://github.com/noCaptchaAi/hCaptchaSolver.user.js/raw/main/hCaptchaSolverBeta.user.js
20-
// @downloadURL https://github.com/noCaptchaAi/hCaptchaSolver.user.js/raw/main/hCaptchaSolverBeta.user.js
19+
// @updateURL https://github.com/noCaptchaAi/qCaptchaSolver.user.js/raw/main/qCaptchaSolverBeta.user.js
20+
// @downloadURL https://github.com/noCaptchaAi/qCaptchaSolver.user.js/raw/main/qCaptchaSolverBeta.user.js
2121
// @grant GM_addValueChangeListener
2222
// @grant GM_registerMenuCommand
2323
// @grant GM_listValues
@@ -39,7 +39,7 @@ const cfg = new config({
3939
PLAN: "free",
4040
DELAY: 3,
4141
LOOP: false,
42-
HCAPTCHA: true,
42+
qCaptcha: true,
4343
RECAPTCHA: true,
4444
AUTO_SOLVE: true,
4545
DEBUG_LOGS: false,
@@ -81,7 +81,7 @@ XMLHttpRequest.prototype.open = function() {
8181
}
8282
//
8383

84-
if (!this.responseURL.startsWith("https://hcaptcha.com/getcaptcha/")) {
84+
if (!this.responseURL.startsWith("https://qCaptcha.com/getcaptcha/")) {
8585
return;
8686
}
8787

@@ -96,7 +96,7 @@ XMLHttpRequest.prototype.open = function() {
9696
target: data.requester_question.en,
9797
type: isMulti ? "multi" : "grid",
9898
choices: isMulti ? Object.keys(data.requester_restricted_answer_set) : [],
99-
method: "hcaptcha_base64",
99+
method: "qCaptcha_base64",
100100
sitekey: searchParams.get("sitekey"),
101101
site: searchParams.get("host"),
102102
softid: "UserScript " + GM_info.script.version,

0 commit comments

Comments
 (0)