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
Code size481 B
Code checksum1caedcae
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
}
}