Is there a java script autoclick ?

Joined
Nov 4, 2017
Messages
6
Reaction score
0
Is there a java script autoclick ?
I want java script auto click in site links for extraction popunder ads
Because i use traffic exchange sites:(
Thank you so much:)
 
Sure I can make you a Javascript autoclicker. Tell me what you need to click and the program will just do clicks with your desired interval between click. Note that I'm may not even see your response
 
Sure I can make you a Javascript autoclicker. Tell me what you need to click and the program will just do clicks with your desired interval between click. Note that I'm may not even see your response
Thank you
I want java script Put it in a blog for click in link specific and extract popup ads
With regard to time
I want it 10 seconds after the page loads
 
javascript click() or other method can't call popup window. You need only real mouse click on page to produce popup.
 
Maybe put a picture of a fortune cookie and write "click here and get a complimentary blowjob" underneath it.
 
If you want a pop-up after 10 seconds, why not just make an interval in JS wich opens/runs the corresponding URL?
 
please : can you give me an example
You mean something like this?
setTimeout(function(){window.open(url,'_blank');},10000);
Downside about this is that it wont open automatically. Modern browsers block this and request a confirmation of the user before opening.
 
You know make a link with JavaScript? A page that prevents the Facebook Bot from seeing the offer link!
 
Back
Top