i didnt find a way to extract all the songs from My Music via the interface.
this stuff should do the trick : javascript: $('div .grid-canvas .slick-row').each(function(index) { console.log($(this).find('div.song').text() + '- ' + $(this).find('div.album').text()); });
this stuff should do the trick : javascript: $('div .grid-canvas .slick-row').each(function(index) { console.log($(this).find('div.song').text() + '- ' + $(this).find('div.album').text()); });