Skip to content

Instantly share code, notes, and snippets.

@hcientist
Created July 9, 2012 18:15
Show Gist options
  • Save hcientist/3077993 to your computer and use it in GitHub Desktop.
Save hcientist/3077993 to your computer and use it in GitHub Desktop.
set interval so that grooveshark doesn't ask you to click resume
javascript:(function(){$("[id^=playlistCapital]").hide();$("[id^=capitalAboveFoldHelper]").hide();setInterval(function(){$("#resumePlaybackButton").removeClass("disabled").click();$("#resumePlaybackButtonText").click();$("#resumePlaybackButtonText").parents("button.disabled").removeClass("disabled").removeAttr("disabled").find("span").click();$('button:contains("Yes, I\'m")').click();},2000);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment