Discussions » Creation Requests

Change the position of the confirmation window, before the captcha.

§
Posted: 07-11-2021

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.

§
Posted: 08-11-2021

You have to share the website so I can find the selector and do it for you if I have time

§
Posted: 08-11-2021

You have to share the website so I can find the selector and do it for you if I have time

OK.
https://pastebin.com/HGcSvu2e

§
Posted: 16-11-2021

Website: https://ytmonster.ru
----
*I would be grateful for the sample script.

§
Posted: 18-11-2021


setInterval(function(){
document.querySelector("#popupRecaptcha > div").style.width = '350px';
}, 30000);


The width will be changed to 350px every 30 secs.

Post reply

Sign in to post a reply.