Skip to content

Instantly share code, notes, and snippets.

@toshinarin
Last active August 29, 2015 14:17
Show Gist options
  • Save toshinarin/8bc5b0063e9bee139bfe to your computer and use it in GitHub Desktop.
Save toshinarin/8bc5b0063e9bee139bfe to your computer and use it in GitHub Desktop.
var e=document.createEvent('MouseEvents'),t=true,f=false;
e.initMouseEvent("click",t,t,window,0,0,0,20,10,f,f,f,f,0,null);
setInterval(function(){Array.prototype.forEach.call(document.querySelectorAll('#box span'),function(n){
n.dispatchEvent(e);
})},4);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment