This style hides annoying stuff. Such as the pause overlay, the paid promotion disclosure & more!
Remove annoying YT stuff by alpharetzy
Details
Authoralpharetzy
LicenseCC Zero
Categoryyoutube.com
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Changelog:
2023.06.26: Initial release
2023.10.25: Renamed to Remove annoying YT stuff & added lot more stuff. Including the code for YouTube - Remove CC button when CC is unavailable by magma_craft.
Source code
/* ==UserStyle==
@name Remove useless YT stuff
@namespace github.com/openstyles/stylus
@version 1.8
@description removes useless youtube features that most people don't want
@author Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-recognition-shelf-renderer,
ytd-donation-shelf-renderer,
ytd-merch-shelf-renderer,
ytd-message-renderer,
.yt-spec-button-shape-next[aria-label = "Join this channel"],
.yt-spec-button-shape-next[aria-label = "Gabung channel ini"],
#sponsor-button,
#purchase-button,
#picker-buttons > #product-picker,
#contents.ytd-rich-metadata-row-renderer,
.yt-tab-shape-wiz[tab-title = "Store"],
.ytp-ambientlight-settings-button,
.ytd-sponsor-comment-badge-renderer {
display: none !important;
}
}
@-moz-document domain("www.youtube.com"),
domain("youtube-nocookie.com"),
domain("youtube.googleapis.com") {
.YtdShortsSuggestedActionStaticHostContainer,
.ytp-paid-content-overlay-link,
.ytp-pause-overlay-container,
.ytp-suggested-action,
.ytp-ce-element {
display: none !important;
}
}