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
Support /live/ URL?
I tried adding https://www.youtube.com/live/* manually but it doesn't work.