Made on 3/27/20 Updates: 4/21/21
This list was accumulated over the past 5 years, as I’ve had one friend I send most songs that I like or at least find interesting. I downloaded the messages from facebook, then parsed the playlist, filtering out youtube urls. I then grabbed all the IDs and used those to get thumbnails. Then I scrolled through the list for about 20 minutes to make sure it was good!
To select a random song, paste this into the dev console:
open(Array.from(document.querySelectorAll("a")).slice(1).sort(() => Math.random() * 2 - 1)[1])
Or click the button below for the same thing.