#remove bloat in message box

1 messages · Page 1 of 1 (latest)

opal talon
#

breaks if you have "show message button" enabled

gusty finch
#

rip

opal talon
#

otherwise great

gusty finch
#

probably not hard to fix

#

lemme see

#

fixed! @opal talon

rocky jetty
#

can you make a version that doesn't remove the "insert timestamp" button?

glacial prawn
#

oh I already had a thing like this made myself :p

button[aria-label|="Send a gift"]{
    display:none;
}
button[aria-label|="Open GIF picker"]{
    display:none;
}
button[aria-label|="Open sticker picker"]{
    display:none;
}
button[aria-label|="Select emoji"]{
    /* display:none */
}
button[aria-label|="Open Translate Modal"]{
    /* display:none */
}
button[aria-label|="Insert Timestamp"]{
    /* display:none */
}

you can just comment and uncomment display:none on whatever you need to see or not see

balmy mesa
#

I tried changing the display thingies in ur msg and it did get rid of the stupid gift buttons and stuff

glacial prawn
balmy mesa
#

full screening them shows them

#

thats so annoying, i have it off to the side of my screen

#

well i guess i can get it kinda if i make it just a little bit bigger

wooden quartz
#

Heres one for the people that use GIFs alot and hate the new apps button lmao, removed the sticker and emoji buttons too, becuase i dont use em, and you can access them anyways through the gif button,

button[aria-label|="Send a gift"]{
    display:none;
}
button[aria-label|="Open sticker picker"]{
    display:none;
}

button[aria-label|="Apps"]{
    display:none;
}

button[aria-label|="Select emoji"]{
    display:none;
}

Also didnt know you can use Aria-label as a selector, thats really dope

ebon verge
wooden quartz
#

its probally my theme lol