Přidává do nabídky videí YT možnosti „Blokovat kanál“, „Blokovat video“ a „Přidat kanál na whitelist“. Automaticky skrývá videa z blokovaných kanálů a jednotlivých videí. Blokuje také Shorts.
< Feedback on deTube Blokovat kanály
Thanks for bringing this up. This is not an error, but a known limitation when dealing with YT's dynamic content loading. I already tinkered with removing or even just hiding these loading sections. Multiple attempts worked but always broke YT's content loading mechanism. Seems that without these sections being shown, the feed would entirely stop loading any more videos. I really don't want to break that, so this can't be fixed for now.
@-moz-document domain("youtube.com") {
ytd-continuation-item-renderer.ytd-watch-next-secondary-results-renderer.style-scope{
height: 0px;
}
}
This eliminates clutter, and so far it seems not to interfere with loading.
Sounds interesting. I will try to resolve this with 0.1.8.
Block Video" Unfortunately, there is a one-inch gap left in the section (on the right) and a spinner is spinning in it.