Disable channel list and server list
Disable discord sidebar by TadoTheMiner
Details
AuthorTadoTheMiner
LicenseMIT
Categorydiscord
Created
Updated
Size406 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Disable discord sidebar
@version 20240513.12.06
@namespace https://userstyles.world/user/TadoTheMiner
@description Disable channel list and server list
@author TadoTheMiner
@license Unlicense
==/UserStyle== */
@-moz-document url-prefix("https://discord.com") {
.wrapper__216eb.guilds__2b93a {
display: none;
}
.sidebar_e031be {
display: none;
}
}