@oblomov>even if the only moderation option that Mastodon offers is a total account block.
I mean, if someone is annoying you, don't you want to not hear from them ever again?
Or do you want to only not hear from them in one specific thread?
I get wanting that kind of thing. I used to get really annoyed by people from particular instances, but was unwilling to just instance mute them because of the few "good"/tolerable characters.
So I thought it would be cool if we had scripts that filtered our feeds based on complex rules. So I could have something like:
```
(host == $baddomain) hide
(username == $goodperson1) show
(username == $goodperson2) show
```
where rules are applied one after the other and latest takes precedence.