Skip to content

Instantly share code, notes, and snippets.

@m1el
Last active December 21, 2015 15:58
Show Gist options
  • Save m1el/6329878 to your computer and use it in GitHub Desktop.
Save m1el/6329878 to your computer and use it in GitHub Desktop.
// solver for http://www.dota2.com/quiz
setInterval(function() {
$.map(g_Solution, function(e) {
$('#sourceItems, #recipeItem')
.find('div[style*="' + e.img + '"]:not(.disabled):eq(0)')
.trigger('mousedown');
});
}, 2500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment