Skip to content

Instantly share code, notes, and snippets.

@ubermenschjo
Created June 27, 2013 08:14
Show Gist options
  • Save ubermenschjo/5874797 to your computer and use it in GitHub Desktop.
Save ubermenschjo/5874797 to your computer and use it in GitHub Desktop.
grooveshark non-stop
(function(){
setInterval(function(){
var e = $('div#lightbox-footer-right > a');
if(typeof e == 'object'){
e.click();
}
}, 10 * 1000);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment