Shows the collection of available thumbnails in the highest possible resolution.
< 脚本 YouTube: thumbnail previews 的反馈
Also have to fix video_id:
const video_id = new URLSearchParams(location.search).get('v') || location.pathname.match(/\/(?:shorts|live)\/([\w-_]+)/i)[1];
The layout of /live/ looks very similar to regular videos, so I'll consider adding support. Definitely won't be adding support for shorts.
Example video for reference: https://www.youtube.com/live/g9HJ6Yp4zIw
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Support /live/ URL?
I tried adding https://www.youtube.com/live/* manually but it doesn't work.