hide vdb notifs
hide vdb notifs by Shiroizu
Details
AuthorShiroizu
LicenseNo License
Categoryvocadb.net
Created
Updated
Size292 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 hide vdb notifs
@namespace hide vdb notifs
@version 1.0.0
@description hide vdb notifs
@author me
==/UserStyle== */
@-moz-document domain("vocadb.net") {
div.navbar-languageBar span.badge:nth-child(3) {
display:none
}
}