kwaschny / unwanted-twitch

Hide unwanted streams, games, categories and channels on: twitch.tv
https://kwaschny.net
MIT License
102 stars 13 forks source link

Inverse method of blocking possible? #34

Closed d4nl closed 4 years ago

d4nl commented 4 years ago

The current implementation allows everything but what is blocked by the user.

Is it possible to do the inverse? That is block everything but what is allowed?

For example block all channels but those with the "English" tag

kwaschny commented 4 years ago

The extension applies its filters after twitch.tv served the request, so blacklisting is the only reasonable functionality. If you want to whitelist, use the already available filters on twitch.tv by clicking/searching tags.

image