YouTube Default Audio Track

Makes it possible to select the desired Audio Track played by default.

< 脚本YouTube Default Audio Track的反馈

评价:好评 - 脚本运行良好

§
发表于:2024-06-21

I got the error "player.getAvailableAudioTracks is not a function", with GreaseMonkey on Firefox. It seems that the returned player object is a copy made at a certain point that isn't synced with the real object, no matter how much time I wait before calling getPlayer(), I get an object but without the YT properties, while calling getAvailableAudioTracks() totally works in console. I fixed it by editing getPlayer(), prepending "unsafeWindow." before "document.querySelector(...)". Otherwise it does its job fine, thanks for scratching this itch ;)

§
发表于:2024-12-16

Same error here, same fix. Thanks

发表回复

登录以发表回复。