Skip to content

Instantly share code, notes, and snippets.

View daanlouter's full-sized avatar

Daan Louter daanlouter

View GitHub Profile
@daanlouter
daanlouter / rdio_pl_export.js
Last active December 15, 2015 16:18
Export your Rdio Collection to a spotify playlist
javascript:(function() {
var bookmarklet = {
init: function() {
this.parse();
},
parse: function() {
page = "";
$(".Profile_Collection:visible")
.children(".centered_content")
.children(".collection")