Skip to content

Instantly share code, notes, and snippets.

View ubermenschjo's full-sized avatar

Jo JungLae ubermenschjo

View GitHub Profile
@ubermenschjo
ubermenschjo / grooveshark-nonstop
Created June 27, 2013 08:14
grooveshark non-stop
(function(){
setInterval(function(){
var e = $('div#lightbox-footer-right > a');
if(typeof e == 'object'){
e.click();
}
}, 10 * 1000);