This tweak removes the progress bar from the thumbnails
Remove progress bar from Youtube thumbnails by danygq
Details
Authordanygq
LicenseNo License
Categoryyoutube
Created
Updated
Size408 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Remove progress bar from thumbnails
@version 20220804.13.18
@namespace userstyles.world/user/danygq
@description This tweak removes the progress bar from the thumbnails at right
@author danygq
@license No License
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
ytd-thumbnail-overlay-resume-playback-renderer{
display:none;
}
}