Skip to content

Distraction-free Youtube by guido_fe

Details

Authorguido_fe

LicenseNo License

Categoryyoutube

Created

Updated

Size771 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Style to hide home and shorts pages, live chat and suggested videos. You can watch videos and shorts from your subscriptions, but the short will not be scrollable.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           youtube.com - 1/4/2023, 10:27:43 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Style to hide home and shorts pages on youtube
@author         Guido Ferri
==/UserStyle== */

@-moz-document domain("youtube.com") {
    #secondary,
    #items.ytd-guide-section-renderer > *:nth-child(1),
    #items.ytd-guide-section-renderer > *:nth-child(2),
    #items.ytd-mini-guide-renderer > *:nth-child(1),
    #items.ytd-mini-guide-renderer > *:nth-child(2),
    .ytd-browse[page-subtype="home"],
    .yt-live-chat-renderer
    {
        display: none;
    }
    #shorts-container.style-scope.ytd-shorts {
        margin: 0; 
        height: 100%; 
        overflow: hidden
    }
    
}

Reviews

No reviews yet.