Skip to content

Instantly share code, notes, and snippets.

@dlajarretie
Last active August 29, 2015 14:20
Show Gist options
  • Save dlajarretie/e5fb445866781f986e53 to your computer and use it in GitHub Desktop.
Save dlajarretie/e5fb445866781f986e53 to your computer and use it in GitHub Desktop.
Bookmarklet to recover your Grooveshark collection.
javascript:(function()%7Bvar%20libraryKey%20%3D%20Object.keys(localStorage).filter(function(key)%20%7Breturn%20key.match(%2Flibrary%5Cd%2F)%7D)%3Bvar%20lib%20%3D%20JSON.parse(localStorage%5BlibraryKey%5D)%3Bfor%20(var%20s%20in%20lib%5B%22songs%22%5D)%20%7Bvar%20song%20%3D%20lib%5B%22songs%22%5D%5Bs%5D%3Bdocument.write(%20song%5B%22J%22%5D%20%2B%20%22%20-%20%22%20%2B%20song%5B%22D%22%5D%20%2B%20%22%3Cbr%2F%3E%22%20)%3B%7D%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment