Enter grooveshark, open console and paste the code
window.setInterval(function(){
var modal = $(".lightbox-interactionTimeout");
if (modal.is(":visible")){
$("#lightbox-footer-left>a", modal).click();
}
}, 5000);
Enter grooveshark, open console and paste the code
window.setInterval(function(){
var modal = $(".lightbox-interactionTimeout");
if (modal.is(":visible")){
$("#lightbox-footer-left>a", modal).click();
}
}, 5000);