Skip to content

Instantly share code, notes, and snippets.

@vladson
Created September 23, 2014 15:16
Show Gist options
  • Save vladson/41a86ace57ee40dad0d2 to your computer and use it in GitHub Desktop.
Save vladson/41a86ace57ee40dad0d2 to your computer and use it in GitHub Desktop.
var clicker = function(){$('[style="'+_.invert(_.countBy($('#box').children(), function(n){return $(n).attr('style')}))['1']+'"]').click();}
window.setInterval(clicker, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment