#HidePinDiscovery

1 messages ¡ Page 1 of 1 (latest)

lean rain
#

Yes there is an experiment for this but ig if you dont wanna do that or discord removes it

sharp elm
#

AHHHH WHY IS IT PINNED

lean rain
brazen wing
#

This completely removes the discovery button though

#

even if you scroll to the bottom

#

but probably nothing you can really do about that :/

lean rain
analog narwhal
#

unless i did something wrong, the icon is still there

lean rain
analog narwhal
#

ah thank you

tiny burrow
#

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)

lone sphinx
#

this removes the authorise button for apps lol

lean rain
lone sphinx
lean rain
lone sphinx
#

no quick css, no themes still gone

#

interesting

lean rain
#

WAIT

#

it does

#

what

#

it didnt do this before

#

fuck i think they changed something and now that attribute selector is too broad

lean rain
lean rain
#

(idk who this is)

open trail
#

bro its removed

#

its removed only this not the old one

lone sphinx
#

its not supposed to remove the old one

#

it removes the new pinned one

brazen wing
#

discord removed the one in the normal place in the scroller, and made it always show instead

lean rain
brazen wing
#

yeah

#

or use some logic to not hide it when hovering around add server or something like that

lean rain
#

yeah

#

you a contri

#

so good luck

brazen wing
#

but ty

brazen wing
#

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

brazen wing
#

but i think it may be too scuffed

lean rain
#

still tho doesnt hurt to do it anyways

brazen wing
#

(im going to send it here first)

#

kind of bad video but

lean rain
#

fix

brazen wing
#

?

#

do you want to guess how I did it

lean rain
#

how?

brazen wing
#

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");
  }
}```
lean rain
#

bro just make a plugin 😭

brazen wing
#

that's no fun!

#

(also idk how)

brazen wing
lean rain
#

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.

brazen wing
#

wtf react devtools are breaking :(

brazen wing
lean rain
#

You got this

#

Good luck

brazen wing
#

nope

edgy idol
#

i guess Discord just removed the experiment so i have a reason to use this now vennieflower

tame vortex
#

doesn't seem to work for me?

lone sphinx
#

imports need to be at the top of your quickcss

#

they can't be anywhere else

tame vortex
#

... I was so sleepy that I forgot about that, mb

#

yep, now it works!

#

thanks

brazen magnet
#

@lean rain zad it broke

lean rain
weak estuaryBOT
#

Alright @lean rain, in 12 hours: fix this shit

lean rain
#

🙏

lean rain
#

@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

brazen magnet
lean rain
#

actually this person did (still don’t know who they actually are)

weak estuaryBOT
#

@lean rain, <t:1732176318:R>: fix this shit

brazen wing
# brazen wing ```css [class*=unreadMentionsFixedFooter_] { bottom: 0px !important; } [data...

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)

brazen wing
#

it's just an updated version of that

brazen wing
lean rain
#

is the snippet broken?

#

or just your werid thing broke?

brazen wing
#

mine broke
haven't tested yours

lean rain
brazen wing
#

no :)

lean rain
#

@brazen wing @brazen magnet
Snippet still seems to work (at least for me)

brazen wing
#

yeah yours works for me too

#

this is all that changed in mine

lean rain
#

that horrible thing shouldn’t exist

brazen wing
#

:(

lean rain
sudden raft
#

Would be Cool if the Discovery did not get removed but instead replaced with the Add server Button

brazen wing
#

it puts a server in its place

sudden raft
brazen wing
sudden raft
#

huge works ❤️ ❤️ ❤️

lean rain
#

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

lean rain
#

Since apparently there’s still some people on the UI, I added the old code back for backwards compatibility