If you follow someone whose own posts are good but they boost too much, you can hide just their boosts if you want:

1. Go to their profile page
2. Click the ⋯ icon
3. Click "Hide boosts"

(If you change your mind, go back to their profile and click "Show boosts" instead.)

#FediTips #Mastodon

@FediTips

You can go further if you use the web interface + #Tampermonkey #userscripts. You can catch literally any unwanted posts according to the criteria that you set yourself. Yes, this is not at the server level, but just filtering in your view, crooked, askew, but it works 😉

@johan

You can also use filters to hide unwanted posts with particular content: https://fedi.tips/filtering-your-timeline-to-hide-posts-on-mastodon/

Filtering your Mastodon timeline to automatically hide posts containing certain words, phrases, hashtags, links or emoji | Fedi.Tips – An Unofficial Guide to Mastodon and the Fediverse

An unofficial guide to using Mastodon and the Fediverse

@FediTips

Filters don't work on user IDs, only on post content. So I had to code my own local implementation...

@johan Wouldn't mute or block do that? What's the benefit of using the method you described?

@FediTips

@fembot @FediTips

Speaking of account muting, it completely hides posts from your feed (unlike keyword mute, which allows you to leave a mention of the unwanted post). That's why I had to implement it, at least as an experiment. Another benefit is that it doesn't break comment threads on posts. But, again, this is just an experiment for now, to see if this feature is even useful.