This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var orig=httpStream.volume;httpStream.setVolume(0);var listener=function(_){if( _.command&&_.command=='newsong'){turntable.removeEventListener('message',listener);httpStream.setVolume(orig);}};turntable.addEventListener('message',listener);})(); | |
/* _nderscore/turntable.fm */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var num=prompt("Pull up how many random tracks?",1);if(isNaN(num)||+num<1)return alert('Not a valid number.');while(num--){setTimeout(function(){var i=Math.floor(Math.random()*turntable.playlist.fileids.length);turntable.playlist.reorder(i,0);turntable.playlist.queue.reorder(i,0);},500*num);}})(); | |
/* _nderscore/turntable.fm */ |
NewerOlder