Created
June 21, 2011 03:56
-
-
Save ryancole/1037209 to your computer and use it in GitHub Desktop.
become a super dj on turntable.fm
This file contains 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
function spam_dj_button() { $('.become_dj').click(); console.log('clicked button.'); } | |
var foo = setInterval('spam_dj_button()', 100); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment