BleedingBD / plugin-RemoveChatButtons

The Unlicense
6 stars 8 forks source link

Plugin causes a glitch where you cannot open a fuil size version of an image if there are multiple images attached #28

Open KaseCookie opened 2 months ago

KaseCookie commented 2 months ago

for anyone else having this issue, here is some custom css that does essentially the same thing as this plugin

/ Hide Nitro gift button / button[aria-label="Send a gift"] { display: none; } / Hide annoying sticker popup window that appears when you type / .channelTextArea-1FufC0 > .container-1ZA19X { display: none; } / Hide apps and commands button / [class="channelAppLauncher_"] { display: none !important; } / Hide sticker picker button / button[aria-label="Open sticker picker"] { display: none; } / Hide GIF picker button */ button[aria-label="Open GIF picker"] { display: none; }

septichacker commented 2 months ago

Issue can be fixed by disabling the option "Remove Boost Bar" in the list Channel List.

Quboid commented 2 months ago

Issue can be fixed by disabling the option "Remove Boost Bar" in the list Channel List.

Thank you!