Hover a thumbnail on youtube.com and click an icon at the right: "Not interested" and "Don't recommend channel"
< Opiniones de YT: not interested in one click
You can use an extension like Stylus to override the placement, visibility, and size of the icons:
.yt-one-click-dismiss[data-block="video"]:not(#\0) {
width: 24px !important;
height: 24px !important;
border-width: 3px !important;
&::after {
border-width: 3px !important;
}
}
.yt-one-click-dismiss[data-block="channel"]:not(#\0) {
display: none!important;
}
BTW, this can also be used as a userscript in your existing extension for userscripts.
[suggestion] this likely goes beyond the scope of this script and it's really only a suggestion-light. i know greasy addons offer a menu function for settings.
maybe add a settings menu for
-- b.1) i guess hiding the 'remove channel' is redundant if not_interested can be made bigger and put in a different place than REMOVE.
i'm fairly certain i've seen a monkey menu type that allows a toggle as sub-menu inside of the monkey panel and not create a separate panel @ 3rd segment of the attached pic vs. the 2nd segment (a separate settings panel; link to script https://greasyforks.org/en/scripts/9165-auto-close-youtube-ads/code ).