Give video thumbnails a 2011-era look
Youtube - 2011-Style Thumbnail by zigaudrey
Details
Authorzigaudrey
LicenseNo License
Categoryyoutube.com
Created
Updated
Size864 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Also remove video preview.
If you have the YouTube Redux plugin, you have to deactivate a line.
UPDATE
23rd April of 2024
-YouTube add a new class so here is class addition
Source code
/* ==UserStyle==
@name Youtube - 2011-Style Thumbnail
@namespace youtube.com
@description Give thumbnails a 2011-era look
@author zigaudrey
@preprocessor stylus, stylish
@version 1
*/
@-moz-document domain("youtube.com") {
ytd-thumbnail {border: 1px solid rgb(211,211,211);}
ytd-thumbnail a {background-color: white!important;}
ytd-thumbnail a yt-image{display: block; height: calc(100% - 10px);padding: 5px;}
/* YouTube Redux Setting*/
/*ytd-thumbnail-overlay-time-status-renderer {margin:0px 1px 4px 1px!important;}*/
/* Standard Setting*/
ytd-thumbnail-overlay-time-status-renderer {margin:0px 5px 5px 1px!important;}
ytd-thumbnail-overlay-resume-playback-renderer {display:none;}
ytd-thumbnail .ytd-thumbnail-overlay-time-status-renderer, badge-shape {display: block; border-radius: 0px!important; }
}