Created
March 20, 2015 18:55
-
-
Save hybridknight/3cba0de77e9b9165f542 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var interval = setInterval(function(){ $("#box span[style='background-color: " + _.invert(_.countBy(_.map($("#box span"),function(e){return $(e).css("background-color")}), function(e){ return e}))[1] + ";']").click() }, 100) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Woah!!! This works awesome!!!