How can I use uBlock Origin's filtering feature to exclude YouTube channels or videos that I don't like from my search results?
For example, I want to exclude mrbeast and pewdiepie from my search keywords, so that I don't see any videos from them in the search results.
However, even after applying the following filters, I could not prevent the videos from appearing in the first place, except for removing them after they were loaded.
m.youtube.com##ytm-compact-channel-renderer, ytm-video-with-context-renderer, ytm-rich-item-renderer:has-text(/mrbeast|pewdiepie/)
m.youtube.com##ytm-rich-item-renderer:has-text(/mrbeast|pewdiepie/)
m.youtube.com##ytm-rich-item-renderer .ytm-badge-and-byline-item-byline:first-child:has-text(/mrbeast|pewdiepie/):upward(ytm-rich-item-renderer)
The filtering method that I want is to use links with negative keywords on this site as filtering commands.
https://m.youtube.com/results?sp=mAEA&search_query=-mrbeast+-pewdiepie
I used u-Block Origin to filter out YouTube videos and channels I hated.
But when I searched for them, they still showed up briefly before disappearing.
I couldn’t hide their thumbnails or live broadcast marks completely.
I wished I could block them so that they never appeared in my search results.
Is there any solution for this problem?