#HidePinDiscovery
1 messages ¡ Page 1 of 1 (latest)
Yes there is an experiment for this but ig if you dont wanna do that or discord removes it
AHHHH WHY IS IT PINNED
Because discord loves making the worst decisions ever rn
This completely removes the discovery button though
even if you scroll to the bottom
but probably nothing you can really do about that :/
probably not with CSS alone, but the idea is there if someone wants to take a crack at it. This is good enough for me, though since I donât really use discovery to start with.
unless i did something wrong, the icon is still there
Yes, imports go at the top
ah thank you
I just made it transparent :p
[class^=footer_]{
background:transparent;
width:100%;
}
[class^=tree_] [class*=scroller_]{
margin-bottom: -70px !important;
}
(the width:100% was only to fix ServerColumns theme)
this removes the authorise button for apps lol
ermâŚ
Im i missing an authorise button?
Im not sure what authorise button you are talking about?
unless its a conflict with my other stuff it vanishes
it might conflict try to clear everything out of there and only have this snippet in there
WAIT
it does
what
it didnt do this before
fuck i think they changed something and now that attribute selector is too broad
ok should be fixed now
discord removed the one in the normal place in the scroller, and made it always show instead
this removes the one that always shows, someone would prolly have to make a plug-in that adds it back to the normal place
yeah
or use some logic to not hide it when hovering around add server or something like that
I put together something extremely scuffed, but kind of decent
oh you can also use the search thing and go to quests to open discovery
submit it to #đŠ-modmail
still tho doesnt hurt to do it anyways
this is fake
[class*=unreadMentionsFixedFooter_] {
bottom: 0px !important;
}
[data-list-id=guildsnav]>[class^=scroller_]:not(:has(
>div[aria-hidden=true]:hover,
+[class^=footer_]:hover
)) {
margin-bottom: 0;
+[class^=footer_]:has([class*=fixedDiscoveryIcon_]) {
display: none;
opacity: 0.1;
}
}
[data-list-id=guildsnav]>[class^=scroller_]>div[aria-hidden=true] {
pointer-events: all !important;
height: 67px !important;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
text-anchor: middle;
&::after {
margin-bottom: 5px;
position: absolute;
height: 48px;
width: 48px;
border-radius: 100%;
content: url("data:image/svg+xml,%3Csvg fill='%23dbdee1' xmlns='http://www.w3.org/2000/svg' role='img' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' fill='%23313338' d='M48 24a11 11 0 11-48 0 11 11 0 0148 0Z'/%3E%3Cpath fill-rule='evenodd' d='M24 26a2 2 0 100-4 2 2 0 000 4ZM35 24a11 11 0 11-22 0 11 11 0 0122 0ZM19.74 21.3a2 2 0 011.56-1.55l7.22-1.45a1 1 0 011.18 1.18l-1.45 7.22a2 2 0 01-1.57 1.57l-7.22 1.45a1 1 0 01-1.18-1.18l1.46-7.24Z'/%3E%3C/svg%3E");
}
}```
bro just make a plugin đ
You have to manually set the colors for the fake icon, since data images cant use variables
use the serverlistapi to patch a button there, then make that button do what the discovery button normally does
As a matter of fact, I donât think discovery is something special. Iâm pretty sure itâs just straight up a page that can be linked to.
wtf react devtools are breaking :(
might be that easy but still
you do it :)
oh
i was thinking of patching the place the creates the button to make it create it in the normal place
You a contri
You got this
Good luck
nope
i guess Discord just removed the experiment so i have a reason to use this now 
doesn't seem to work for me?
@lean rain zad it broke
ill fix in morning
Alright @lean rain, in 12 hours: fix this shit
alternatively, you could fix yourself and pr it little bro
đ
@brazen magnet are you sure it doesnât work anymore, because Iâm on the most up-to-date version of canary and it seems to still work perfectly fine
make sure youâre using the most up-to-date version since we switched it back to being in classes or youâre using it as an actual @import
now its working not sure because you've updated or because I almost never close discord. extra I am using it as @import
I mean, unless you havenât close Discord in two weeks since thatâs the last time I updated it
actually this person did (still donât know who they actually are)
@lean rain, <t:1732176318:R>: fix this shit
seems like there was a discord update that broke this
[class*=unreadMentionsFixedFooter_] {
bottom: 0px !important;
}
[data-list-id=guildsnav]>div>[class^=scroller_]:not(:has(
>div[aria-hidden=true]:hover, +[class^=footer_]:hover
)) {
margin-bottom: 0;
+[class^=footer_]:has([class*=fixedDiscoveryIcon_]) {
display: none;
}
}
[data-list-id=guildsnav]>div>[class^=scroller_]>div[aria-hidden=true] {
pointer-events: all !important;
height: 56px !important;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
text-anchor: middle;
&::after {
margin-bottom: 8px;
position: absolute;
height: 48px;
width: 48px;
border-radius: 100%;
content: url("data:image/svg+xml,%3Csvg fill='%23dbdee1' xmlns='http://www.w3.org/2000/svg' role='img' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' fill='%23313338' d='M48 24a11 11 0 11-48 0 11 11 0 0148 0Z'/%3E%3Cpath fill-rule='evenodd' d='M24 26a2 2 0 100-4 2 2 0 000 4ZM35 24a11 11 0 11-22 0 11 11 0 0122 0ZM19.74 21.3a2 2 0 011.56-1.55l7.22-1.45a1 1 0 011.18 1.18l-1.45 7.22a2 2 0 01-1.57 1.57l-7.22 1.45a1 1 0 01-1.18-1.18l1.46-7.24Z'/%3E%3C/svg%3E");
}
}```
(this is an extremely scuffed version that adds a fake button svg at the bottom of the server list until you hover over it to almost recreate how it used to be)
đ
it's just an updated version of that
i explained it to you when i made it :(
im not at my computer
is the snippet broken?
or just your werid thing broke?
mine broke
haven't tested yours
well you should 
no :)
@brazen wing @brazen magnet
Snippet still seems to work (at least for me)
good. it should be broken
that horrible thing shouldnât exist
:(
Updated ~ Discord remove the fixedDiscoveryIcon_ class on canary⌠I canât test stable so I left the old version there just in case
Commit 5283ae1
It works on stable, thank you!
Would be Cool if the Discovery did not get removed but instead replaced with the Add server Button
so still removed, but add server button just takes it's place?
you could probably modify this #đ¨-css-snippets message
it puts a server in its place
if i knew how i would i tryed with the help of gpt but couldnt get it to appear
[data-list-id="guildsnav"] .tutorialContainer_c96c45 {
position: fixed;
z-index: 999;
bottom: 0px;
}
huge works â¤ď¸ â¤ď¸ â¤ď¸
To be honest, I was just going to discontinue this because itâs not pinned not anymore, but apparently some people want it
So snippet has been updated
Also link hasnât changed, but name has
hidePinDiscovery â> hideDiscovery