Skip to content

Clean Up YouTube by mfluehr

Details

Authormfluehr

LicenseNo License

Categoryyoutube.com

Created

Updated

Size604 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove the related video sidebar and the video wall that appears after videos.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Clean Up YouTube
@namespace      github.com/openstyles/stylus
@version        1.0.3
@description    Remove the related video sidebar and the video wall that appears after videos.
@author         Me
==/UserStyle== */

@-moz-document domain("youtube.com") {
    .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;
    }
}

Reviews

No reviews yet.