Increases your productivity by removing most YouTube suggestions...
SuggestionRemover by donjorris
Details
Authordonjorris
LicenseNo License
CategoryYouTube
Created
Updated
Size655 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 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;
}
}