Hide followers/following on Mastodon’s web UI.

Just used Stylus to hide followers/following on all profiles in the Web UI on Mastodon.

.account__header__extra__links > a:not(:first-child) {
    display: none;
}

What it does:

Only post count is visible (8.5k for this profile).
A screenshot of Beko’s profile on Fosstodon’s Web UI.
Only post count is visible (399 for this profile).
A screenshot of Wouter’s profile on SmallCamp’s Web UI.

You can also hide the “Follows you” tag:

.relationship-tag {
    display: none;
}

My mind rests a little easy now while browsing around. 🙂

1

Comment via email.