hides all block banners on non-user pages. Don't be reminded of shitty people existing on the site!
Blockbgone Dappervolk by skeithh
Details
Authorskeithh
LicenseOpen Source
CategoryDappervolk.com
Created
Updated
Size405 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@-moz-document domain("dappervolk.com") {
/* ==UserStyle==
@name BlockbgoneDV
@version 1.0.0
@namespace userstyles.world/user/skeithh
@description Hide all block messages onsite.
@author skeithh
@license No License
==/UserStyle== */
div.mt-2.block-note {display: none;}
.block-topic > td {
display: none;
}
div.block-message {
display: none;
}
}