Skip to content

Hide server list on Discord (2022-05-08) by d1gital_love

Details

Authord1gital_love

LicenseMIT

Categorydiscord.com

Created

Updated

Size465 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple style to hide server list.

Notes

Tested in Firefox 100.
Tested with multiple languages.

Source code

/* ==UserStyle==
@name           Hide server list on Discord (2022-05-08)
@namespace      github.com/openstyles/stylus
@version        0.1.1
@description    Simple style to hide server list.
@author         d1gital_love
@license        MIT
==/UserStyle== */
@-moz-document url-prefix("https://discord.com") {
    [aria-label="Servers sidebar"] {
        display: none;
    }
    /* Tested in Firefox 100. */
    /* Tested with multiple languages. */
}

Reviews

No reviews yet.