Remove the related video sidebar and the video wall that appears after videos.
Clean Up YouTube by mfluehr
Details
Authormfluehr
LicenseNo License
Categoryyoutube.com
Created
Updated
Size656 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 Clean Up YouTube
@namespace github.com/openstyles/stylus
@version 1.0.5
@description Remove the related video sidebar, video wall that appears after videos, and chat container.
@author Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
#chat-container,
#clarify-box,
.videowall-endscreen,
.ytp-ce-element,
.ytp-iv-player-content,
.ytp-pause-overlay,
yt-mealbar-promo-renderer,
#related {
display: none;
}
#logo a {
background: #fff2;
box-shadow: inset 0 0 0 3px red;
}
#logo a * {
opacity: 0;
}
}