I would like make a script in Jquery that automove my cursor every 20 seconds in a random position of screen.
If is not possible to make in Jquery,how i can make it in Javascript?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t move the user’s mouse in JavaScript (or anything built on it)…this would be quite annoying…and used for evil pretty quickly.
For example: Imagine an advertiser’s JavaScript moving your mouse to their ad randomly in hopes to get a click.