Skip to content

Neocities No Followers by thescaryjokes

Screenshot of Neocities No Followers

Details

Authorthescaryjokes

LicenseNo License

Categoryneocities

Created

Updated

Size580 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

If you aren't a fan of the numbers.

Notes

Let me know if I missed anywhere in GIT. Throwing this together at 12 in the morning

Source code

/* ==UserStyle==
@name         Neocities No Followers
@version      20230909.23.03
@namespace    userstyles.world/user/thescaryjokes
@description  If you aren't a fan of the numbers.
@author       thescaryjokes
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://neocities.org/") {
@-moz-document domain("neocities.org") {
    .stats .stat:nth-child(2) {
        display: none;
    }
    .col-50 div:nth-child(2) {
        display: none;
    }
}
.stats .stat:nth-child(2) {
    display: none;
}
.stats > .col-50 div:nth-child(2) {
    display: none;
}
}

Reviews

No reviews yet.