Skip to content

Instantly share code, notes, and snippets.

@adleroliveira
Created December 4, 2015 14:28
Show Gist options
  • Save adleroliveira/a7a649471600308a9537 to your computer and use it in GitHub Desktop.
Save adleroliveira/a7a649471600308a9537 to your computer and use it in GitHub Desktop.
//Go to http://kuku-kube.com/ paste this on the console and hit enter
//Have fun
(function(){
$('.play-btn').trigger('click');
var win = function(){
$('#box').find('span').each(function(){
if($(this).data().type=='a'){
$(this).trigger('click');
};
});
};
setInterval(win,10);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment