Last active
August 29, 2015 14:06
-
-
Save seutje/5d4840a9bb60d1615d73 to your computer and use it in GitHub Desktop.
autowoot for plug.dj
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
//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