Skip to content

SuggestionRemover by donjorris

Details

Authordonjorris

LicenseNo License

CategoryYouTube

Created

Updated

Code size655 B

Code checksume4486586

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Increases your productivity by removing most YouTube suggestions...

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           SuggestionRemover
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Increases your productivity by removing most YouTube suggestions...
@author         Joris Grau
==/UserStyle== */

@-moz-document domain("youtube.com") {
    #contents.ytd-rich-grid-renderer {
    display: none;
    visibility: hidden;
}
    
    .ytp-autohide .ytp-player-content:not(.html5-endscreen), .ytp-autohide .ytp-player-content:not(.ytp-upnext), .ytp-hide-info-bar .ytp-player-content {
    display: none;
}
    
    ytd-watch-flexy[flexy] #secondary.ytd-watch-flexy {
    display: none;
}
}

Reviews

No reviews yet.