Does that go into the user script folder?! I don't seem to get it to work...jbodango wrote:Code: Select all
//set up some bitchin music to win the ladies over and annoy the haters var freshTraxToWinTheLadiesOver = ["ocean", "astley", "doobie", "ocean2", "falco", "cameo", "warreng", "candc"]; //TODO: apply more weight to astley or ocean because we focus on the important stuff. var theSongToPlay = Math.floor(Math.random() * freshTraxToWinTheLadiesOver.length); document.write("<div id=\"dummydiv\" ><embed id=\"shittymidi\" src=\"whyamidoingthis/" + freshTraxToWinTheLadiesOver[theSongToPlay] + ".mid\"
cheers!
