Skip to content

Instantly share code, notes, and snippets.

@ohmika
Created September 7, 2020 00:54
Show Gist options
  • Save ohmika/e246e3a6b6dc2c0c098d118ea42998e3 to your computer and use it in GitHub Desktop.
Save ohmika/e246e3a6b6dc2c0c098d118ea42998e3 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name YouTube Fix Thumbnails
// @match *://www.youtube.com/*
// @exclude *://www.youtube.com/embed/*
// @grant GM_addStyle
// @run-at document-start
// ==/UserScript==
GM_addStyle('ytd-rich-item-renderer { width: 150px !important; }');
GM_addStyle('yt-img-shadow#avatar {width: 20px !important; height: 20px !important}');
GM_addStyle('yt-formatted-string {font-size: 1rem !important;}');
GM_addStyle('ytd-video-meta-block {display: none !important;}');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment