Skip to content

Hide Channel from Related videos. by chromiacat

Details

Authorchromiacat

LicenseGNU General Public License v3.0

Categoryyoutube

Created

Updated

Size428 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

For some reason YouTube has the channel in the related videos list, this hides it.

Notes

If this hides other stuff unintentionally let me know.

Source code

/* ==UserStyle==
@name         Hide Channel from Related videos.
@version      20250228.18.38
@namespace    https://userstyles.world/user/chromiacat
@description  For some reason YouTube has the channel in the related videos list, this hides it.
@author       chromiacat
@license      GNU General Public License v3.0
==/UserStyle== */

@-moz-document domain("youtube.com") {
#contents ytd-channel-renderer{
    display: none
}
}

Reviews

No reviews yet.