#**Hide Gift Button** (updated for new
1 messages · Page 1 of 1 (latest)
is this to hide the gift icon on the message bar?
because there's... there's definitely an easier way
but dependant on SVGs
hm well anyway
ig this other option is there now too
not update proof :)
nothing is update proof
they could overhaul the entire button move it somewhere else change the icon and the classes and the html layout
i kinda assumed that would've been used somewhere else lmfao
maybe i mistook it for a similarly named class somewhere
and is definitely a billion times worse for performance
*{display:none} works as wellâ„¢
they are all named container
thanks, it made my vesktop 300% faster
no it doesn't make it faster, it just makes the lag less visible

can't you just button[aria-label="Send a gift"]?
That would only work if your language is set to English, no?
I think both the .buttons_ce5b56 and .anchor_c8ddc0 are necessary - just removing the anchor tag will hide all url links in chat
no idea
english only
its more likely the icon would change vs your locale text
there's been a new update that adds the gift button to profiles in dms:
.giftButtonContainer__68103 {
display: none;
}
removes it :)
while we're here- this seems to have broken over time
and it can't seem to find any classes unique to the gift button in the message bar anymore...?
this seems l;ike probably the simplest way
direct first child of the button container
wouldn't this break addons that also add to the button container (e.g: translate)?
uhh probably
if someone has a better idea definitely mention lol- but this is working for it for now LOL
button[aria-label="Send a gift"] {
display: none;
}
is good enough for me but it's english only lol
yeah that works but being language specific just feels- dumb LMAO
fuck u nuh uh
I had these and they seem to no longer work, the gift button in the text input is no longer being hidden. Is there a new version?
use this instead:
/* Hide Nitro gift button */
button[aria-label="Send a gift"] {
display: none;
}```
forget anything i said
is there anything similar but for the gif sticker and activities buttons?
probably just need to change the label for those, i got a snippet like this tho
https://imgur.com/SRxbYpa
That's a cool one but I already got this from someone in this server
/*Hide annoying buttons and gaps*/
[href="/store"],
[href='/shop'] {
display: none;
}
button[aria-label="Send a gift"] {
display: none;
}
button[aria-label="Open GIF picker"] {
display: none;
}
button[aria-label="Open sticker picker"] {
display: none;
}
[class*=channelAppLauncher_] {
display: none !important;
}
div[class*="buttons_"] {
gap: 0 !important;
}
/*Hide annoying buttons and gaps*/
does anyone have a way to get the scrollbar back on emoji, stickers and gifs on the right?
is it still accessible trough css
I coulndt do it????
where can i pls get this? >.<
you can find it on github, link's in my profile
okii!!
