Removes Blocked Messages
NoMoreBlocks by nfld99
Details
Authornfld99
LicenseNo License
Categorydiscord.com
Created
Updated
Size291 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 NoMoreBlocks
@namespace github.com/NFLD99
@version 1.0.0
@description Removes Blocks
@author NFLD99
==/UserStyle== */
@-moz-document domain("discord.com") {
.scrollerInner-2PPAp2 > .groupStart-3Mlgv1{
display:none;
}
}