Skip to content

Instantly share code, notes, and snippets.

@autch
Last active August 29, 2015 14:18
Show Gist options
  • Save autch/32b8aea1be0e8ba5557f to your computer and use it in GitHub Desktop.
Save autch/32b8aea1be0e8ba5557f to your computer and use it in GitHub Desktop.
javascript:(function(w){var i=$('#dig_area .ice_ax');w.t=w.setInterval(function(){i.click()},120)})(window)
var $i = $('#dig_area .ice_ax'); var t = window.setInterval(function() { $i.click(); }, 125);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment