Skip to content

discord sticky discover button removal squad by idia

Screenshot of discord sticky discover button removal squad

Details

Authoridia

LicenseNo License

Categorydiscord.com

Created

Updated

Code size599 B

Code checksumfb8b36d8

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

currently broken check notes for contact for fixes

removes the sticky discovery button on discord web pc ui

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 !!

3.0 is out with hopefully a more changeproof version . im so sorry chat discord really wants us to have that thing on there i guess

okay 4.0 mine wasnt working so i had to Fix it .

4.1 im having a mental brekakdown

4.2 god hates me

4.3 hopefully this works again , i saw a new code snippet on reddit . if you have any fixes send me an ask here . update after i tested this doesn't work , please send me fixes

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== */

li[role=listitem]:has(a[href="/store"]),
li[role=listitem]:has(a[href="/shop"]),
nav[aria-label="Servers sidebar"] div[class*="footer"],
ul[data-list-id="guildsnav"] > div[class^="footer"]
{
    display: none;
}

div[class*="unreadMentionsIndicatorBottom"]
{
    bottom: 10px !important;
}

.footer_d71945{
    display:none;
}

Reviews

No reviews yet.