Simple style to hide sidebar.
Hide sidebar on Discord (2022-05-08) by d1gital_love
Details
Authord1gital_love
LicenseMIT
Categorydiscord.com
Created
Updated
Size442 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 sidebar on Discord (2022-05-08)
@namespace github.com/openstyles/stylus
@version 0.1.1
@description Simple style to hide sidebar.
@author d1gital_love
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://discord.com") {
.sidebar-1tnWFu {
display: none;
}
/* Tested in Firefox 100. */
/* Tested with multiple languages. */
}