YouTube: thumbnail previews

Shows the collection of available thumbnails in the highest possible resolution.

< 脚本 YouTube: thumbnail previews 的反馈

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

§
发布于:2025-08-01

Support /live/ URL?

I tried adding https://www.youtube.com/live/* manually but it doesn't work.

§
发布于:2025-08-01

Also have to fix video_id:

const video_id = new URLSearchParams(location.search).get('v') || location.pathname.match(/\/(?:shorts|live)\/([\w-_]+)/i)[1];
andrybak作者
§
发布于:2025-08-01

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

发布留言

登录以发布留言。