This removes all the menu buttons inside Discord's chat box. (nitro gift, gif, stickers, emoji)
Discord - Chat Button Removal by misspeled-name
Details
Authormisspeled-name
LicenseCreative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
Categorydiscord, discordapp
Created
Updated
Size682 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Discord - Chat Button Removal
@namespace Misspeled Name (https://userstyles.world/user/misspeled-name)
@version 1.0.4
@description This removes all the menu buttons inside Discord's chat box.
@author Misspeled Name (https://userstyles.world/user/misspeled-name)
@license Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
==/UserStyle== */
@-moz-document domain("discordapp.com"), domain("discord.com") {
/* all chat buttons
nitro gift, gif, stickers and emoji */
[class*="channelBottomBarArea_"] .buttons_bdf0de
{
display: none !important;
}
}