Skip to content

Instantly share code, notes, and snippets.

@pjnovas
Created September 26, 2014 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjnovas/83c1dffb901316c3b0d3 to your computer and use it in GitHub Desktop.
Save pjnovas/83c1dffb901316c3b0d3 to your computer and use it in GitHub Desktop.

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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment