Skip to content

Instantly share code, notes, and snippets.

@villeodell
Last active November 29, 2025 13:40
Show Gist options
  • Select an option

  • Save villeodell/8cd3a8611ac9a5246f827782b7584fd7 to your computer and use it in GitHub Desktop.

Select an option

Save villeodell/8cd3a8611ac9a5246f827782b7584fd7 to your computer and use it in GitHub Desktop.
Yt audio
javascript:(function(){var p=document.querySelector('#movie_player');if(!p){alert('No player');return;}var t=p.getAvailableAudioTracks();if(!t||!t.length){alert('No tracks available');return;}alert('Tracks: '+t.map(x=>x.getLanguageInfo().name).join(', '));})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment