Hides the "Cool New People" section of Spacehey.
Hide "Cool New People" by vampeyeliner
Details
Authorvampeyeliner
LicenseNo License
Categoryspacehey
Created
Updated
Size353 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}