Returns the YouTube video length in the thumbnail
Return YouTube Thumbnail Video Length by dylon99
Details
Authordylon99
LicenseNo License
Categoryyoutube
Created
Updated
Size364 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 Return YouTube Video Length
@version 20220501.17.00
@namespace userstyles.world/user/dylon99
@description Returns YouTube Video Length
@author dylon99
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/") {
#overlays.ytd-thumbnail{ display:initial !important; }
}