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

Size425 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

removes the new sticky discovery button at the bottom of discord website 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 . 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        1.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;
}
}

Reviews

No reviews yet.