Open KaseCookie opened 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; }
Issue can be fixed by disabling the option "Remove Boost Bar" in the list Channel List.
Thank you!
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; }