Skip to content

Discord - Hide Servers and Channels by nystrata

Screenshot of Discord - Hide Servers and Channels

Details

Authornystrata

LicenseNo License

Categorydiscord

Created

Updated

Size419 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide the Server and Channel list sidebars

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Discord - Hide Servers and Channels
@version      20220220.20.24
@namespace    userstyles.world/user/nystrata
@description  Hide the Server and Channel list sidebars
@author       nystrata
@license      No License
==/UserStyle== */

@-moz-document domain("discord.com") {
nav[class*='guilds'] {
	display: none;
}
div[class*='sidebar'] {
	display: none;
}
div[class*='base'] {
	left: 0
}
}

Reviews

No reviews yet.