Skip to content

Instantly share code, notes, and snippets.

@seutje
Last active August 29, 2015 14:06
Show Gist options
  • Save seutje/5d4840a9bb60d1615d73 to your computer and use it in GitHub Desktop.
Save seutje/5d4840a9bb60d1615d73 to your computer and use it in GitHub Desktop.
autowoot for plug.dj
//Open your browser's console tab (F12 and click the console tab) and paste it there. Refresh the page to unload the script.
;(function(){
API.on(API.ADVANCE,callback).trigger(API.ADVANCE);
function callback(){
$('#woot').click();
}
})();
// Bookmark: javascript:(function(c){c=function(){$('#woot').click();};API.on(API.ADVANCE,c).trigger(API.ADVANCE);}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment