Skip to content

YT - Remove Trending, Podcasts & Shopping buttons by alpharetzy

Details

Authoralpharetzy

LicenseCC Zero

Categoryyoutube.com

Created

Updated

Size715 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This style removes Trending, Podcasts & Shopping menus in the sidebar if you don't need them.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           YouTube - Remove Trending, Podcasts & Shopping menus in sidebar
@namespace      github.com/openstyles/stylus
@version        2023.06.20
@description    This style removes Trending, Podcasts & Shopping menus in the sidebar if you don't need them.
@author         Me
==/UserStyle== */

@-moz-document domain("youtube.com") {
#endpoint.yt-simple-endpoint.ytd-guide-entry-renderer.style-scope[title="Trending"] {
  display: none !important;
}

#endpoint.yt-simple-endpoint.ytd-guide-entry-renderer.style-scope[title="Podcasts"] {
  display: none !important;
}

ytd-guide-entry-renderer > a[href*="/channel/UCkYQyvc_i9hXEo4xic9Hh2g"] {
  display: none !important;
}
}

Reviews

No reviews yet.