Skip to content

Instantly share code, notes, and snippets.

@claiire
Created April 22, 2017 05:10
Show Gist options
  • Save claiire/b0f4327e26b2c4b268a452bb74486e29 to your computer and use it in GitHub Desktop.
Save claiire/b0f4327e26b2c4b268a452bb74486e29 to your computer and use it in GitHub Desktop.
Hide Follower Count on Mastodon (And also toot count and following count because I'm not good at this stuff.)
// How to use this snippet in 5 easy steps:
// 1) Install the Stylish addon (available for both Chrome and Firefox)
// 2) Go to your mastodon instance and click the Stylish button on your browser
// 3) a) If you're on Firefox: select "Create New Style > For [mastodon.instance.goes.here]"
// b) If you're on Chrome, go ahead and click "Create New Style"
// 4) a) If you're on Firefox, paste the code snippet in-between the curly braces labeled
// with "@-moz-document domain([mastodon.instance.goes.here])".
// b) If you're on Chrome, just paste the code snippet right into the text box.
// 5) Name your style, hit save, and you *should* no longer be able to see follower counts.
// Here's the snippet! :)
.account__action-bar__tab {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment