removes the new sticky discovery button at the bottom of discord website pc ui
discord sticky discover button removal squad by idia
Details
Authoridia
LicenseNo License
Categorydiscord.com
Created
Updated
Size425 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
this currently does not move the "new" tag that appears when you have notifications below the servers you can view , so it may look like it's floating . this has been fixed in 2.0 !! if you have any fixes , dm me through one of the socials links on my homepage !!
Source code
/* ==UserStyle==
@name discovery sticky button removal squad
@namespace github.com/openstyles/stylus
@version 2.0.0
@description fixes the discovery button at the bottom of your screen
@author idia
==/UserStyle== */
@-moz-document url-prefix("https://discord.com") {
/* Insert code here... */
ul[data-list-id="guildsnav"] > div[class^="footer"]
{
display: none;
}
}