Enables/Disables system notifications
bongacams.com notifications by namepunk
Details
Authornamepunk
LicenseNo License
Categorybongacams.com styles
Created
Updated
Size826 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 bongacams.com notifications
@version 20221104.16.12
@namespace userstyles.world/user/namepunk
@description Enables/Disables system notifications
@author namepunk
@license No License
==/UserStyle== */
@-moz-document domain("bongacams.com") {
/* ==UserStyle==
@name Bongacams pretty chat
@namespace namepunk
@version 1.1
@Creation-Date 2022-11-04
@Last-Updated 2022-10-31
==/UserStyle== */
.msg_modelNote .notice {
display: none !important;
}
.system_area:has(.notice) {
padding: 0 !important;
margin: 0 !important;
display: none !important;
}
.system_msg:has(.notice) {
padding: 0 !important;
margin: 0 !important;
display: none !important;
}
.__promo {
display: none !important;
}
}