ebfrgnhjmg
Annoyance Removal by kaiokeno
Details
Authorkaiokeno
LicenseNo License
Categorydiscord
Created
Updated
Size934 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 Annoyance Removal
@namespace Kaiokeno
@version 1.0.1
==/UserStyle== */
@-moz-document domain("discordapp.com"), domain("discord.com") {
/* app advertisement and other persistent notifications */
div.notice-2HEN-u
/* nitro gift button */
, .buttons-uaqb-5 > button:nth-child(1)
/* nitro tab in DM list */
, .channel-1Shao0 .link-39sEB3[href="/store"],
div.fixedBottomList-1yrBla,
div.listItem-3SmSlK:nth-child(6),
.communityInfo-3YsNIn,
.footer-3naVBw,
.nowPlayingColumn-1eCBCN,
div.expression-picker-chat-input-button:nth-child(2),
div.expression-picker-chat-input-button:nth-child(3),
#user-context-call, #message-mark-unread, #message-tts, #user-context-note, #user-context-mention,
.toolbar-3_r2xA > div:nth-child(2), .toolbar-3_r2xA > div:nth-child(1),
div.listItem-3SmSlK:nth-child(7) {
display: none !important;
}
}