@yatil If you access Micro.blog via a web browser, you can hide posts from Mastodon folks with the following CSS: .post:has(.post_username > a[href*="@"]) { display:none; }. Some browsers, like Safari on macOS, have built-in support for this. For others, you might have to install a plug-in like Stylebot.