🎉 欢迎访问GreasyFork.Org 镜像站!本镜像站由公众号【爱吃馍】搭建,用于分享脚本。联系邮箱📮

Greasy fork 爱吃馍镜像

YouTube Thumbnails - Full Video Thumbnails for YouTube

Shows complete video thumbnails for YouTube videos. You can click a thumbnail image to jump to that point in the video.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

🚀 安装遇到问题?关注公众号获取帮助

公众号二维码

扫码关注【爱吃馍】

回复【脚本】获取最新教程和防失联地址

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

🚀 安装遇到问题?关注公众号获取帮助

公众号二维码

扫码关注【爱吃馍】

回复【脚本】获取最新教程和防失联地址

Author
driver8
Daily installs
0
Total installs
3,286
Ratings
41 0 1
Version
0.4.12
Created
2015-07-08
Updated
2025-10-20
Size
30.7 KB
License
N/A
Applies to

This script adds a small section labeled "Thumbnails" in between the video and the title on YouTube video pages. When clicked, it expands to show a full set of video thumbnails, including timestamps. Click an individual time or image to jump to that point in the video. Click the heading again to hide the thumbnails.

Please note that it can take YouTube a few hours to generate thumbnails for newly posted videos. If there are no thumbnails available, the section will say "No Thumbnails Available" (also happens with very old videos).





(Tested in Firefox and Chrome with Tampermonkey. Please give me feedback if you have any issues!)

Changelog:
0.4.12
Fix breakage due to Thumbnails div being inserted in the wrong place.

0.4.10
Add a second (better?) xhr method for fetching video info.
Fix to work with YouTube Age Bypass (https://greasyfork.org/en/scripts/373678-youtube-age-bypass-no-reload-required).

0.4.9
Fixes to ytplayer -> #movie_player -> xhr logic.
Fix for window.ytplayer.config.args.storyboard_spec no longer present. (Now use JSON.parse(window.ytplayer.config.args.player_response).storyboards.playerStoryboardSpecRenderer.spec (fun).)

0.4.8
Fix issue with a change in youtube player's api.

0.4.7
Small fix for Chrome adding '?sqp=' to storyboard URLs for some reason.

0.4.6:
Updated with an additional storyboard spec detection method that avoids the need for XHR in most cases.

0.4.5:
Changes to better handle SPF loading and fix storyboard spec loading via XHR.

0.4.3:
Small change to be compatible with YouTube DeepDark script

0.4.2:
Fixed compatibility with old YouTube layout.

0.4.1:
Fixed some issues with YouTube's dynamic loading.

0.4.0:
Fixed to work with YouTube's new layout.

0.3.5:
Should now work when navigating from non-video pages.
And butts.

0.3.4:
Small change to hopefully work with YouTube's SPF.

0.3.3:
Now displays "No Thumbnails Available" if YouTube hasn't generated thumbnails for the video.

0.3.2:
Now scrolls to the video when clicking a thumbnail.
Fixed some issues with weird layout of the time links within the table cells.

0.3:
You can now click on a thumbnail image to jump to that time in the video.

0.2.1:
Fixed collapsing of thumbnails.

0.2:
Initial Release.