userstyles.org Anti-Spam π€ by sapondanaisriwan

Details
Authorsapondanaisriwan
LicenseMIT
Created
Updated
Categoryuserstyles.org
Description
Anti Spam Comment π½π½π½π€π€π€π€
Notes
Anti Spam Comment π½π½π½π€π€π€π€
Source code
/* ==UserStyle==
@name Anti-Spam Comment
@namespace https://userstyles.world/user/sapondanaisriwan
@author sapondanaisriwan(Adashima#4066)
@description `destroy scam comment`
@version 1.0.0
@license MIT
@preprocessor uso
==/UserStyle== */
@-moz-document domain("userstyles.org") {
#comments-section-wrapper :has(br) {
display: none;
}
}