get paid to paste

Auto Click on Random Position

<head>
  function clickLink()
  {
    var x=Math.floor((Math.random()));
    var y=Math.floor((Math.random())); 
    document.elementFromPoint(x, y).click(); 
  }
</head>
<body onload="clickLink()">
</body>

Pasted: Mar 22, 2017, 10:57:55 pm
Views: 12