1
YoutubeWithoutBullshit by johndoe1234134
Details
Authorjohndoe1234134
LicenseNo License
Categoryhttps://www.youtube.com/
Created
Updated
Size2.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Youtube for Productive People
@namespace USO Archive
@author souhailmerroun
@description `Productive People use Youtube for learning, inspiration, sometimes for leisure in order to take a break and relax. They don't get caught up in the useless neverending entertaining non-beneficial content.This style: - Remove the Trending Button from the Menu- Remove the Home Button from the Menu- Remove the comments section on a video- Remove the "Watch Next" section on a video- Remove the "Home" content`
@version 20190721.11.36
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain('youtube.com') {
/** Remove Menu Item Left Bar "Shorts" */
#items > ytd-guide-entry-renderer:nth-child(2){
display: none;
}
/** Remove Menu Item Left Bar "Home" */
#items > ytd-guide-entry-renderer:nth-child(1) {
display: none;
}
/** Remove comments on a video */
#comments {
display: none;
}
/** Remove "Watch Next" section on a video */
#related > ytd-watch-next-secondary-results-renderer {
display: none;
}
/** Remove Logo */
#start > ytd-topbar-logo-renderer {
display: none;
}
/** Remove Menu Logo */
#header > ytd-topbar-logo-renderer {
display: none;
}
}
@-moz-document url-prefix('https://www.youtube.com/watch?v=') {
/** Remove Menu Logo */
#header > ytd-topbar-logo-renderer {
display: none;
}
}
@-moz-document url-prefix("https://www.youtube.com/feed/"), url-prefix("https://www.youtube.com/@"), url-prefix("https://www.youtube.com/playlist"), url-prefix("https://www.youtube.com/results"), url-prefix("https://www.youtube.com/user"), url-prefix("https://www.youtube.com/channel"), url-prefix("https://www.youtube.com/gaming") {
/** Remove Menu Button */
#start > yt-icon-button {
display: none;
}
}