Skip to content

Instantly share code, notes, and snippets.

@mertdumenci
mertdumenci / rdio_collection_export.js
Last active January 1, 2016 13:49
Switch to the list mode in collection view, scroll to the bottom and load all the songs and run this code. You can import it to Spotify using Ivy (ivyishere.org).
javascript:(function() {
var bookmarklet = {
init: function() {
this.parse();
},
parse: function() {
page = "";
$(".collection")
.children(".collection_items")
.find(".Track")