Skip to content

Instantly share code, notes, and snippets.

@ryancole
Created June 21, 2011 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryancole/1037209 to your computer and use it in GitHub Desktop.
Save ryancole/1037209 to your computer and use it in GitHub Desktop.
become a super dj on turntable.fm
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