Skip to content

Instantly share code, notes, and snippets.

@nicolasbrugneaux
Created August 21, 2015 10:03
Show Gist options
  • Save nicolasbrugneaux/e346f89b769403c1f347 to your computer and use it in GitHub Desktop.
Save nicolasbrugneaux/e346f89b769403c1f347 to your computer and use it in GitHub Desktop.
spotify: migrate to rdio.
// go to the proper iframe in the console, should be something like:
// 'collection-app-spotify'...
// run that
[].map.call(document.querySelectorAll( 'div.list-group>.list-group-item-media.playable'), function(list){
return list.getAttribute('data-uri')
} );
// copy all these links in http://resp.in/
@nicolasbrugneaux
Copy link
Author

Note, for now you need to do it one by one in the first input

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment