[youtube] hide recommendation/comment
[youtube.com] hide recommendations and comments by hi-ogawa
Details
Authorhi-ogawa
LicenseNo License
Categoryyoutube
Created
Updated
Size443 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 youtube hide recommendation/comment
@version 20220308.12.22
@namespace userstyles.world/user/hi-ogawa
@description youtube hide recommendation/comment
@author hi-ogawa
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-watch-next-secondary-results-renderer, ytd-comments {
display: none;
}
ytd-topbar-logo-renderer {
display: none;
}
}