Fixes random new header popup
Nameberry Forums Remove Header (August 2023) by chocolatepizza25
Details
Authorchocolatepizza25
LicenseNo License
Categorynameberry.com
Created
Updated
Size213 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 Nameberry Forums Remove Header (August 2023)
@version 20230804.23.14
@namespace ?
==/UserStyle== */
@-moz-document domain("forum.nameberry.com") {
.b-header{display:none;}
}