Skip to content

YouTube - Hide End Cards (unless hovering) by thissteveguy

Screenshot of YouTube - Hide End Cards (unless hovering)

Details

Authorthissteveguy

LicenseCC-BY-NC-SA-4.0

Categoryyoutube.com

Created

Updated

Size563 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides those big links that sometimes show up over the endings of videos -- unless you hover over the player.

Notes

Gets rid of those large "cards" that sometimes show up over the last ~20 seconds of videos. If the mouse cursor is not over the player, or if the player buttons have faded out, then the end cards will not show up. If you're in fullscreen mode, you can move the mouse to the left edge of the screen and the cards will instantly disappear.

This is mostly for music videos, where the record companies will ruin the endings of videos with ads for other stuff.

This is NOT for the wall of video links that show up after a video is over. This is only for links that show up while the video is still playing.

October 19, 2022 - Imported from my page on Greasy Fork

Source code

/* ==UserStyle==
 
@name         YouTube - Hide End Cards (unless hovering)
@description  Hides those big links that sometimes show up over the endings of videos -- unless you hover over the player.
@namespace    userstyles.world/user/thissteveguy
@version      20.10.11
@author       ThisSteveGuy
@license      CC-BY-NC-SA-4.0
 
==/UserStyle== */
 
@-moz-document domain("youtube.com") {
 
   div[class*="video-player"]:not(:hover) div[class^="ytp-ce"],
   div[class*="ytp-autohide"] div[class^="ytp-ce"] {
      display: none !important;
   }
}

Reviews

No reviews yet.