For Buzzly.art: hides the "Members Since", "Page Views", "Followers" and "Submissions" stats from people's profiles (including yours!).
buzzly.art hide user stats by copper-skulls
Details
Authorcopper-skulls
LicenseCC Zero
Categorybuzzly.art
Created
Updated
Size535 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name buzzly.art hide user stats
@version 20220121.16.53
@namespace userstyles.world/user/copper-skulls
@description For Buzzly.art: hides the "Members Since", "Page Views", "Followers" and "Submissions" stats from people's profiles (including yours!).
@author copper-skulls
@license CC Zero
==/UserStyle== */
@-moz-document url-prefix("https://buzzly.art/") {
div.flex.flex-col.justify-evenly.overflow-hidden {
/* up-to-date and working as of 21/01/2022 */
visibility: hidden;
}
}