You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2026. It is now read-only.
Currently, if I want to hide the feed flyout menu Show fewer from (channel name) or Turn off all from (channel name), I must change Feed flyout menu filter type to Filter if contains because the last part of these menus is dynamic as it changes based on the channel name.
However, changing to Filter if contains also hides the Hide this notification feed flyout menu, since I also want to hide the menu simply named Hide.
In other words, I want to hide the menus named Show fewer from (channel name), Turn off all from (channel name) and Hide, but I want to keep visible Hide this notification, which with the current method is not possible.
My first suggestion would be, instead of changing Feed flyout menu filter type between Filter if matches and Filter if contains, to split Feed flyout menu filter into 2 separate filters as "Feed flyout menu filter if matches" and "Feed flyout menu filter if contains".
And for consistency, the same should be done also for Account menu filter: "Account menu filter if matches" and "Account menu filter if contains".
My other suggestion would be to add 2 separate normal settings, where one hides Show fewer from (channel name) and the other hides Turn off all from (channel name).
Acknowledgements
This issue is not a duplicate of an existing suggestion.
This is not a feature request.
I have chosen an appropriate title.
All requested information has been provided properly.
Application
YouTube
Suggestion description
Currently, if I want to hide the feed flyout menu


Show fewer from (channel name)orTurn off all from (channel name), I must changeFeed flyout menu filter typetoFilter if containsbecause the last part of these menus is dynamic as it changes based on the channel name.However, changing to
Filter if containsalso hides theHide this notificationfeed flyout menu, since I also want to hide the menu simply namedHide.In other words, I want to hide the menus named
Show fewer from (channel name),Turn off all from (channel name)andHide, but I want to keep visibleHide this notification, which with the current method is not possible.My first suggestion would be, instead of changing
Feed flyout menu filter typebetweenFilter if matchesandFilter if contains, to splitFeed flyout menu filterinto 2 separate filters as "Feed flyout menu filter if matches" and "Feed flyout menu filter if contains".And for consistency, the same should be done also for
Account menu filter: "Account menu filter if matches" and "Account menu filter if contains".My other suggestion would be to add 2 separate normal settings, where one hides
Show fewer from (channel name)and the other hidesTurn off all from (channel name).Acknowledgements