
Quote from YASIN on March 13, 2021, 4:03 pmHello everyone
I wish you good healthI need a code that "clicks" without user intervention (for web pages)
Actually : When the page is fully loaded, the code will work and the pop-up ad will open .
(This is expected to be a Javascript or php code Which I put in the source code of the site page)
Thanks
Hello everyone
I wish you good health
I need a code that "clicks" without user intervention (for web pages)
Actually : When the page is fully loaded, the code will work and the pop-up ad will open .
(This is expected to be a Javascript or php code Which I put in the source code of the site page)
Thanks

Quote from luishp on March 13, 2021, 7:52 pmHi @yasin, I don't understand what you want to achieve, please elaborate a bit more.
Hi @yasin, I don't understand what you want to achieve, please elaborate a bit more.

Quote from YASIN on March 16, 2021, 6:39 pmI need a code to "click" on the web page without user intervention
Like the "click" and "Mouse pos" events in VisualNeoWin !
It is like when a user enters a web page, the mouse moves to the desired position and "clicks" (without user intervention)
Can you create such code? Or create a «click« event in VisualNeoWeb ? And maybe a plugin!
I need a code to "click" on the web page without user intervention
Like the "click" and "Mouse pos" events in VisualNeoWin !
It is like when a user enters a web page, the mouse moves to the desired position and "clicks" (without user intervention)
Can you create such code? Or create a «click« event in VisualNeoWeb ? And maybe a plugin!


Quote from YASIN on March 16, 2021, 6:45 pmi need run like this script on web page without user intervention.
just load page and run Automatically
<script> (function(ts){var id=Math.floor(1e7*Math.random()+1),url=location.protocol+'//www.site.com/website/pp/null/0000/'+window.location.hostname+'/?'+id;ts.write('<div id="'+id+'"></div>');ts.write('<script type="text/javascript" src="'+url+'" async></scri'+'pt>')})(document); </script>
i need run like this script on web page without user intervention.
just load page and run Automatically
<script>
(function(ts){var id=Math.floor(1e7*Math.random()+1),url=location.protocol+'//www.site.com/website/pp/null/0000/'+window.location.hostname+'/?'+id;ts.write('<div id="'+id+'"></div>');ts.write('<script type="text/javascript" src="'+url+'" async></scri'+'pt>')})(document);
</script>

Quote from luishp on March 16, 2021, 7:27 pm@yasin your script doesn't work because it's a sample script (site.com/website/pp/null/0000/ is not a real URL).
Anyway, to automatically execute a code just follow these steps:
1) Create a new app.
2) Click on "NewPage" (top-right)
3) Click on "Code" tab (top-left)
4) Add your code on page-enter tab (down-left)BeginJS (function(ts){var id=Math.floor(1e7*Math.random()+1),url=location.protocol+'//www.site.com/website/pp/null/0000/'+window.location.hostname+'/?'+id;ts.write('<div id="'+id+'"></div>');ts.write('<script type="text/javascript" src="'+url+'" async></scri'+'pt>')})(document); EndJSDone.
Regards.
@yasin your script doesn't work because it's a sample script (site.com/website/pp/null/0000/ is not a real URL).
Anyway, to automatically execute a code just follow these steps:
1) Create a new app.
2) Click on "NewPage" (top-right)
3) Click on "Code" tab (top-left)
4) Add your code on page-enter tab (down-left)
BeginJS
(function(ts){var id=Math.floor(1e7*Math.random()+1),url=location.protocol+'//www.site.com/website/pp/null/0000/'+window.location.hostname+'/?'+id;ts.write('<div id="'+id+'"></div>');ts.write('<script type="text/javascript" src="'+url+'" async></scri'+'pt>')})(document);
EndJS
Done.
Regards.

Quote from YASIN on March 16, 2021, 8:05 pmthanks @luishp !
(i send to you main source on whatsapp)
I went through the steps but it does not work :( this script is a pop-up code and show Advertisements
thanks @luishp !
(i send to you main source on whatsapp)
I went through the steps but it does not work :( this script is a pop-up code and show Advertisements
