Removes Youtube end cards, subscription watermark, information ("i") button, and previous/next buttons. Remade following July 2023 Youtube changes
Remove Youtube end cards and previous/next buttons by ethan
Details
Authorethan
Licensedon't care
Categoryyoutube.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Currently working fixes for other annoying features:
Youtube-shorts block by doma_itachi (extension)
Disable YouTube Miniplayer by ballerburg9005 (script)
Return YouTube Dislike (extension)
uBlock origin
Source code
/* ==UserStyle==
@name Remove Youtube end cards and previous/next buttons
@description Removes Youtube end cards, subscription watermark, information ("i") button, and previous/next buttons. Remade following July 2023 Youtube changes
@namespace youtube
@version 0.00000000000000001
==/UserStyle== */
@-moz-document domain("youtube.com")
{.iv-branding .branding-img-container,.ytp-button .ytp-cards-button,.ytp-cards-button-icon,.ytp-ce-channel,.ytp-ce-channel .ytp-ce-element-shadow,.ytp-ce-channel .ytp-ce-expanding-image,.ytp-ce-covering-image,.ytp-ce-covering-overlay,.ytp-ce-covering-shadow-top,.ytp-ce-element-shadow,.ytp-ce-element.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay,.ytp-ce-element.ytp-ce-element-show:focus,.ytp-ce-element.ytp-ce-element-show:hover,.ytp-ce-large-round .ytp-ce-expanding-overlay-background,.ytp-ce-medium-round .ytp-ce-expanding-overlay-background,.ytp-ce-playlist.ytp-ce-large-round,.ytp-ce-playlist.ytp-ce-medium-round,.ytp-ce-video.ytp-ce-large-round,.ytp-ce-video.ytp-ce-medium-round,.ytp-chrome-top-buttons,a.ytp-next-button.ytp-button,a.ytp-prev-button.ytp-button{display:none}}