Skip to content

Hide quantitative stats from Mastodon web by banaanihillo

Details

Authorbanaanihillo

LicenseGPL-3.0-or-later

Category*

Created

Updated

Size812 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Inspired by the Tusky mobile application which allows you to hide favorites counts on posts, as well as follower/following counts

Notes

Source code

/* ==UserStyle==
@name         Hide quantitative stats from Mastodon web
@version      20240626.08.15
@namespace    userstyles.world
@description  Inspired by the Tusky mobile application which allows you to hide favorites counts on posts, as well as follower/following counts
@author       banaanihillo
@license      GPL-3.0-or-later
@last-updated 2024-07-31
@comment      Follower counts borked on a user interface update, so added a new fragile selector
==/UserStyle== */


@-moz-document regexp("https://*.*") {
  .account .account__wrapper .account__display-name .account__contents .account__details,
  .account__action-bar .account__action-bar-links .account__action-bar__tab,
  .detailed-status__meta__line .detailed-status__link,
  .account__details > span {
    display: none;
  }
}

Reviews

No reviews yet.