Skip to content

Instantly share code, notes, and snippets.

@bengrosser
Last active November 20, 2022 07:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bengrosser/ee350ffb6c2629348418fa1dc188ceba to your computer and use it in GitHub Desktop.
Save bengrosser/ee350ffb6c2629348418fa1dc188ceba to your computer and use it in GitHub Desktop.
Mastodon Demetricator
/*
Mastodon Demetricator
(quick version)
by ben grosser, June 2019
updated Nov 14, 2022
https://bengrosser.com
To Use:
- Install the Stylus extension for your browser
- Click on the S icon it installs in your browser tray
- Under 'Write style for:', click the part of the URL
in front of the first slash (eg for me it's mastodon.social,
but for you, it might be something else)
- Copy the contents of this file to your clipboard
- In the text box that appears under 'code 1' paste this file
- Click 'save' on the left hand side
That's it, now your Mastodon will no longer show metrics. If you see any metrics, let me know.
Related Projects:
Facebook Demetricator: https://bengrosser.com/projects/facebook-demetricator/
Twitter Demetricator: https://bengrosser.com/projects/twitter-demetricator/
*/
/* COPY/PASTE TEXT BELOW THIS LINE */
.status__action-bar__counter__label,
.animated-number, .icon-with-badge__badge,
.detailed-status__reblogs,
.detailed-status__favorites,
.account__header__extra__links a strong span
{
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment