Hide post statistics such as favorites [reacts] and boosts
wellbeingSharkey by banaanihillo
Details
Authorbanaanihillo
LicenseGPL-3.0-or-later
Categoryuserstyles.world
Created
Updated
Size541 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
e.g. Please raise issues in the Codeberg repository.
[this is mostly a joke in reference to the default placeholder here]
Source code
/* ==UserStyle==
@name Wellbeing options for sharkey and/or other *key instances
@version 20250310.00.01
@namespace userstyles.world
@description Hide post statistics such as favorites [reacts] and boosts
@author banaanihillo
@license GPL-3.0-or-later
==/UserStyle== */
@-moz-document regexp("https://ice.ch3.st/*") {
.status > a[href*=follow],
a[href="/my/notifications"] > .navbar-itemIndicator,
[class*=MkReactionsViewer],
[class*=SkNote-footerButtonCount] {
display: none;
}
}