Created
August 21, 2015 10:03
-
-
Save nicolasbrugneaux/e346f89b769403c1f347 to your computer and use it in GitHub Desktop.
spotify: migrate to rdio.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note, for now you need to do it one by one in the first input