Hides the annoying popup that viewers from a channel you watch also watch the channel of the hovered video.
Hide "viewers also watch this channel" by chromiacat
Details
Authorchromiacat
LicenseGNU General Public License v3.0
Categoryyoutube
Created
Updated
Size481 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 Hide "viewers also watch this channel"
@version 20240126.17.17
@namespace https://userstyles.world/user/chromiacat
@description Hides the annoying popup that viewers from a channel you watch also watch the channel of the hovered video.
@author chromiacat
@license GNU General Public License v3.0
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-thumbnail-overlay-endorsement-renderer{
display: none !important
}
}