/* ==UserStyle==
@name           no youtube suggestions
@namespace      https://www.5snb.club
@version        1.0.0
@description    Disables the suggestions in the youtube sidebar and end card.
@author         5225225 (https://www.5snb.club)
@license        CC-BY-SA-4.0
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/watch") {
    .ytp-suggestion-set {
        display: none;
    }
    /* TODO: find out how to hide the previous/next arrows */
    
    ytd-watch-next-secondary-results-renderer {
        display: none;
    }
}
