Simple style to hide members.
Hide members on Discord (2022-05-08) by d1gital_love
Details
Authord1gital_love
LicenseMIT
Categorydiscord.com
Created
Updated
Size444 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Tested in Firefox 100.
Tested with multiple languages.
Source code
/* ==UserStyle==
@name Hide members on Discord (2022-05-08)
@namespace github.com/openstyles/stylus
@version 0.1.1
@description Simple style to hide members.
@author d1gital_love
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://discord.com") {
.container-2o3qEW {
display: none;
}
/* Tested in Firefox 100. */
/* Tested with multiple languages. */
}