From 6363747fa15cd9ff8eac37e406577c12a61b0630 Mon Sep 17 00:00:00 2001 From: Leonid Nikitin Date: Sat, 2 Dec 2023 21:27:06 +0600 Subject: [PATCH] Add customizable captcha verified name attribute. --- README.md | 7 ++++++- exmplate/index.html | 2 +- exmplate/script.js | 17 +++++++++-------- production/script.js | 2 +- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c383c3f..087d7ad 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@
+ data-token="Публичный токен" + data-captcha-verified-name="captcha-verified"> ``` # data-domain @@ -24,3 +25,7 @@ # data-token Указываем публичный токен, который мы получаем от сервиса для проверки от робота. + + +# data-captcha-verified-name +Добавляется input с name после успешной валидации. \ No newline at end of file diff --git a/exmplate/index.html b/exmplate/index.html index 0ebbb77..5062496 100644 --- a/exmplate/index.html +++ b/exmplate/index.html @@ -6,7 +6,7 @@ Title -
+
\ No newline at end of file diff --git a/exmplate/script.js b/exmplate/script.js index 2052e71..1900263 100644 --- a/exmplate/script.js +++ b/exmplate/script.js @@ -7,6 +7,7 @@ const domain = element.getAttribute('data-domain'); const token = element.getAttribute('data-token'); const staticPath = element.getAttribute('data-static-path'); + const captchaVerifiedName = element.getAttribute('data-captcha-verified-name'); let windowCaptcha = null; @@ -21,14 +22,14 @@ shadow.appendChild(button); button.addEventListener('click', function () { if (windowCaptcha === null) { - windowCaptcha = createWindowCaptcha(shadow, domain, token); + windowCaptcha = createWindowCaptcha(shadow, domain, token, captchaVerifiedName); } windowCaptcha.style.display = 'block'; - actionGetCaptcha(windowCaptcha, domain, token, shadow); + actionGetCaptcha(windowCaptcha, domain, token, shadow, captchaVerifiedName); }); }); - function createWindowCaptcha (shadow, domain, token) { + function createWindowCaptcha (shadow, domain, token, captchaVerifiedName) { const windowCaptcha = document.createElement('div'); windowCaptcha.classList.add('window-captcha'); windowCaptcha.innerHTML = `
@@ -49,7 +50,7 @@ }); windowCaptcha.querySelector('button.window-captcha__reload').addEventListener('click', function () { - actionGetCaptcha(windowCaptcha, domain, token, shadow); + actionGetCaptcha(windowCaptcha, domain, token, shadow, captchaVerifiedName); }); return windowCaptcha; @@ -60,7 +61,7 @@ windowCaptcha.style.display = 'none'; } - function actionGetCaptcha(windowCaptcha, domain, token, shadow) + function actionGetCaptcha(windowCaptcha, domain, token, shadow, captchaVerifiedName) { let bodyBlock = windowCaptcha.querySelector('div.window-captcha__content__body'); if (bodyBlock.querySelectorAll('.loading').length > 0) { @@ -116,7 +117,7 @@ }); bodyBlock.querySelector('.window-captcha__content__body__button').addEventListener('click', function () { - checkingCaptcha(bodyBlock, domain, token, shadow); + checkingCaptcha(bodyBlock, domain, token, shadow, captchaVerifiedName); }); }) .catch(error => { @@ -124,7 +125,7 @@ }); } - function checkingCaptcha (bodyBlock, domain, token, shadow) { + function checkingCaptcha (bodyBlock, domain, token, shadow, captchaVerifiedName) { let button = bodyBlock.querySelector('button.window-captcha__content__body__button'); if (button.querySelectorAll('.loading').length > 0) { return null; @@ -178,7 +179,7 @@ } shadow.querySelector('button.button-open-window-captcha').remove(); let captchaVerified = document.createElement('div'); - captchaVerified.innerHTML = `Ура!!! Проверку прошли!`; + captchaVerified.innerHTML = `Ура!!! Проверку прошли!`; shadow.appendChild(captchaVerified); shadow.querySelector('.window-captcha').remove(); }) diff --git a/production/script.js b/production/script.js index 42edc4c..39ead62 100644 --- a/production/script.js +++ b/production/script.js @@ -2,4 +2,4 @@ * Copyright (C) 2023 Leonid Nikitin (kor-elf) * https://git.kor-elf.net/kor-elf/service-captcha-gui/src/branch/main/LICENSE.md */ -!function(e){let t=e.querySelectorAll("div.captcha-service-kor-elf");function n(e){e.style.display="none"}function c(t,n,c,a){let i=t.querySelector("div.window-captcha__content__body");if(i.querySelectorAll(".loading").length>0)return null;i.innerHTML='
',fetch(n+"/api/v1/captcha",{headers:{"Content-Type":"application/json",Accept:"application/json","public-token":c}}).then(e=>e.json()).then(function(t){let r=t.image_body.width,l=t.image_body.height;i.innerHTML=`

Выберите значение в том порядке, на котором на картинке выше:

`;let d=i.querySelector("div.window-captcha__content__body__coordinator"),s=d.querySelector("img");s.addEventListener("click",function(t){let n=e.createElement("div");n.style.left=t.offsetX/s.width*100+"%",n.style.top=t.offsetY/s.height*100+"%",n.classList.add("pointer");let c=t.offsetX*(r/s.width),o=t.offsetY*(l/s.height),a=d.querySelectorAll(".pointer").length+1;n.innerHTML=`${a}`,n.addEventListener("click",function(){n.remove(),d.querySelectorAll(".pointer").forEach(function(e,t){e.querySelector("span.pounter__number").textContent=t+1})}),d.appendChild(n)}),i.querySelector(".window-captcha__content__body__button").addEventListener("click",function(){(function t(n,c,a,i){let r=n.querySelector("button.window-captcha__content__body__button");if(r.querySelectorAll(".loading").length>0)return null;let l=e.createElement("span");l.classList.add("loading"),r.appendChild(l);let d={captcha_key:n.querySelector(".captcha_key").value,verification:[]};n.querySelectorAll(".pointer").forEach(function(e){d.verification.push({x:e.querySelector(".x").value,y:e.querySelector(".y").value})}),fetch(c+"/api/v1/captcha",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json","public-token":a},body:JSON.stringify(d)}).then(e=>{if(429===e.status){o("Вы превысили количество попыток. Обновите каптчу.",r);return}return e.json()}).then(function(t){if(void 0!==t.errors){let n="";for(let c in t.errors)n+=t.errors[c]+"
";""===n&&(n=t.message),o(n,r);return}if(void 0===t.captcha_key){o("Произошла ошибка!",r);return}i.querySelector("button.button-open-window-captcha").remove();let a=e.createElement("div");a.innerHTML=`Ура!!! Проверку прошли!`,i.appendChild(a),i.querySelector(".window-captcha").remove()}).catch(e=>{o("Произошла ошибка!",r)}).finally(function(){l.remove()})})(i,n,c,a)})}).catch(e=>{i.innerHTML=`
Произошла ошибка, сервис с каптчей не ответил. Попробуйте ещё раз!
`})}function o(t,n){let c=e.createElement("div");c.classList.add("error-message"),c.innerHTML=t,n.before(c),setTimeout(function(){c.remove()},3e3)}t.forEach(function(t){let o=t.attachShadow({mode:"closed"}),a=e.createElement("button"),i=e.createElement("link"),r=t.getAttribute("data-domain"),l=t.getAttribute("data-token"),d=t.getAttribute("data-static-path"),s=null;i.rel="stylesheet",i.type="text/css",i.href=d+"/style.css",o.appendChild(i),a.textContent="Я не робот!",a.type="button",a.classList.add("button-open-window-captcha"),o.appendChild(a),a.addEventListener("click",function(){null===s&&(s=function t(o,a,i){let r=e.createElement("div");return r.classList.add("window-captcha"),r.innerHTML=`
Я не робот!
`,o.appendChild(r),r.addEventListener("click",function(e){if(e.target!==r)return null;n(r)}),r.querySelector("button.window-captcha__close").addEventListener("click",function(){n(r)}),r.querySelector("button.window-captcha__reload").addEventListener("click",function(){c(r,a,i,o)}),r}(o,r,l)),s.style.display="block",c(s,r,l,o)})})}(document); \ No newline at end of file +!function(t){let e=t.querySelectorAll("div.captcha-service-kor-elf");function n(t){t.style.display="none"}function c(e,n,c,o,i){let r=e.querySelector("div.window-captcha__content__body");if(r.querySelectorAll(".loading").length>0)return null;r.innerHTML='
',fetch(n+"/api/v1/captcha",{headers:{"Content-Type":"application/json",Accept:"application/json","public-token":c}}).then(t=>t.json()).then(function(e){let l=e.image_body.width,d=e.image_body.height;r.innerHTML=`

Выберите значение в том порядке, на котором на картинке выше:

`;let s=r.querySelector("div.window-captcha__content__body__coordinator"),u=s.querySelector("img");u.addEventListener("click",function(e){let n=t.createElement("div");n.style.left=e.offsetX/u.width*100+"%",n.style.top=e.offsetY/u.height*100+"%",n.classList.add("pointer");let c=e.offsetX*(l/u.width),a=e.offsetY*(d/u.height),o=s.querySelectorAll(".pointer").length+1;n.innerHTML=`${o}`,n.addEventListener("click",function(){n.remove(),s.querySelectorAll(".pointer").forEach(function(t,e){t.querySelector("span.pounter__number").textContent=e+1})}),s.appendChild(n)}),r.querySelector(".window-captcha__content__body__button").addEventListener("click",function(){(function e(n,c,o,i,r){let l=n.querySelector("button.window-captcha__content__body__button");if(l.querySelectorAll(".loading").length>0)return null;let d=t.createElement("span");d.classList.add("loading"),l.appendChild(d);let s={captcha_key:n.querySelector(".captcha_key").value,verification:[]};n.querySelectorAll(".pointer").forEach(function(t){s.verification.push({x:t.querySelector(".x").value,y:t.querySelector(".y").value})}),fetch(c+"/api/v1/captcha",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json","public-token":o},body:JSON.stringify(s)}).then(t=>{if(429===t.status){a("Вы превысили количество попыток. Обновите каптчу.",l);return}return t.json()}).then(function(e){if(void 0!==e.errors){let n="";for(let c in e.errors)n+=e.errors[c]+"
";""===n&&(n=e.message),a(n,l);return}if(void 0===e.captcha_key){a("Произошла ошибка!",l);return}i.querySelector("button.button-open-window-captcha").remove();let o=t.createElement("div");o.innerHTML=`Ура!!! Проверку прошли!`,i.appendChild(o),i.querySelector(".window-captcha").remove()}).catch(t=>{a("Произошла ошибка!",l)}).finally(function(){d.remove()})})(r,n,c,o,i)})}).catch(t=>{r.innerHTML=`
Произошла ошибка, сервис с каптчей не ответил. Попробуйте ещё раз!
`})}function a(e,n){let c=t.createElement("div");c.classList.add("error-message"),c.innerHTML=e,n.before(c),setTimeout(function(){c.remove()},3e3)}e.forEach(function(e){let a=e.attachShadow({mode:"closed"}),o=t.createElement("button"),i=t.createElement("link"),r=e.getAttribute("data-domain"),l=e.getAttribute("data-token"),d=e.getAttribute("data-static-path"),s=e.getAttribute("data-captcha-verified-name"),u=null;i.rel="stylesheet",i.type="text/css",i.href=d+"/style.css",a.appendChild(i),o.textContent="Я не робот!",o.type="button",o.classList.add("button-open-window-captcha"),a.appendChild(o),o.addEventListener("click",function(){null===u&&(u=function e(a,o,i,r){let l=t.createElement("div");return l.classList.add("window-captcha"),l.innerHTML=`
Я не робот!
`,a.appendChild(l),l.addEventListener("click",function(t){if(t.target!==l)return null;n(l)}),l.querySelector("button.window-captcha__close").addEventListener("click",function(){n(l)}),l.querySelector("button.window-captcha__reload").addEventListener("click",function(){c(l,o,i,a,r)}),l}(a,r,l,s)),u.style.display="block",c(u,r,l,a,s)})})}(document); \ No newline at end of file