Getting your Grooveshark playlist from Chrome and Firefox

Grooveshark has been shut down.



If you have opened Grooveshark with chrome and your local cache intact, you can retrieve your playlist from chrome's local storage.
  1. Go to grooveshark.com in chrome (haven't tried in other browsers)
  2. Open "Developer Tools" (CTRL+SHIFT+I)
  3. Click on "Resources" Tab
  4. Expand "Local Storage" tree
  5. Click on "http://grooveshark.com"
  6. Find the key that looks something like "Library32467954" (some 7+ digit number)
  7. Look at its "value" (it's a JSON string). You should see something like this "{"lastModified":.....blah blah some artist name...
  8. Right-Click on that cell, click "Edit Value", then hit CTRL+C (Copy)
  9. Paste the contents of your clipboard into the window @ https://json-csv.com/
  10. Download the resulting .CSV file in Open Office or Excel
Firefox users can run the following in the console (Ctrl+shift+k) to try and retrieve the information:

for (var i = 0, k; k = window.localStorage.key(i); i++) {
    document.body.innerHTML += '<div>' + k + '<br/>' + window.localStorage.getItem(k) + '</div>';
}

If you cleared the cache or use any other browser try your luck at http://groovebackup.com/

Comments

Popular posts from this blog

OS/DB Migration - CMD. STR, TOC, EXT, R3load, DDLDBS.TPL and more

Fixing Inconsistent Table - Table activation fails due to inconsistency between DD and DB

301 Redirect Using SAP Web Dispatcher