Skip to content

Hide "Cool New People" by vampeyeliner

Screenshot of Hide "Cool New People"

Details

Authorvampeyeliner

LicenseNo License

Categoryspacehey

Created

Updated

Size353 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the "Cool New People" section of Spacehey.

Notes

It literally just hides the new users section on your homepage.

Source code

/* ==UserStyle==
@name           Hide "Cool New People"
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Hides the "Cool New People" section of Spacehey.
@author         vampeyeliner
==/UserStyle== */

@-moz-document domain("https://spacehey.com/home") {
}

.user-home .new-people {
  visibility: hidden;
}

Reviews

No reviews yet.