Skip to content

hide neocities site stats by coolslutguy420_2nd-ressurection

Screenshot of hide neocities site stats

Details

Authorcoolslutguy420_2nd-ressurection

LicenseNo License

Categoryneocities.org

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

such as: followers, site views, tips, and updates a site has had.

Notes

Update as of August 31st 2023:
The userstyle now applies specifically to Neocities in itself and not the sites hosted on it. Along with that, it does not show you recent followers anymore (this applies to all site profiles).

Source code

/* ==UserStyle==
@name           hide neocities site stats
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    such as: followers, site views, tips, and updates a site has had.
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://neocities.org"), url-prefix("http://neocities.org") {
	ol > li:last-child, ul > li:last-child {
		display: none;
	}
	  .interior .header-Outro.dashboard .btn-Action, .interior .header-Outro.dashboard #tipButton {
		display: none;
    }
          .news-item.follow {
              display: none !important;
          }
	
	.header-Nav .dropdown {
		display: inline !important;
		
	}
	.h-Nav > li, .bread > li {
		display: inline !important;
		
	}
	.interior .header-Outro .stats .stat {
		display: none;
		
	}
	div.stats > div.col.col-50 > div {
		display: none;
	}
	.col-50 {
		width: 50%;
	
	
	}
	.follower-list, .following-list {
		display: none;
		 
	}
	.interior .header-Outro .actions {
		top: -37px;
		position: relative;
	}

	
	 
	
}

Reviews

No reviews yet.