Skip to content

Instantly share code, notes, and snippets.

@adammw
Created December 5, 2010 10:06
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 adammw/728988 to your computer and use it in GitHub Desktop.
Save adammw/728988 to your computer and use it in GitHub Desktop.
GrooveShark Permanent Alive
// This snippet will prevent Grooveshark from pausing every 30 minutes, and tell it that you are alive,
// restoring the old Flash-player behaviour.
// Please note: This "alive" check is done only to non-VIP users, and may be a way of ensuring idle users
// don't waste server resources. Please only use if you are actually listening to Grooveshark, or purchase VIP
GS.lightbox.open_=GS.lightbox.open;GS.lightbox.open=function(a,b){if(a=='interactionTime'){GS.player.resumeSong();return}GS.lightbox.open_(a,b)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment