Discussions » Creation Requests
Change the position of the confirmation window, before the captcha.
You have to share the website so I can find the selector and do it for you if I have time
You have to share the website so I can find the selector and do it for you if I have time
Website: https://ytmonster.ru
----
*I would be grateful for the sample script.
setInterval(function(){
document.querySelector("#popupRecaptcha > div").style.width = '350px';
}, 30000);
The width will be changed to 350px every 30 secs.
The original string and the value "200px":
div style="z-index: 999999;text-align: center;margin-top: 200px;"
----
It is necessary for the script to constantly replace the value with: 350px;
---
I would be grateful for the sample script.