Really, truly. A brilliant Answer to one of life's most interesting questions. Anybody else know what I'm talking about?
title: "Answer: Move the mouse pointer to a specific position?"
published: true
You could detect position of the mouse pointer and then move the web page (with body position relative) so they hover over what you want them to click.
For an example you can paste this code on the current page in your browser console (and refresh afterwards)
var upvote_position =
…
Top comments (0)