Removes gofundme banner
FurAffinity Admin Banner Remover - Aug 2024 by ChimCuriosity
Details
AuthorChimCuriosity
LicenseNo License
Categoryfuraffinity.net
Created
Updated
Size458 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 FurAffinity Admin Banner Remover - Aug 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Removes gofundme banner
@author Koutatsu
==/UserStyle== */
@-moz-document url-prefix("https://www.furaffinity.net/") {
/* Insert code here... */
}#pageid-submission #header.has-adminmessage {
padding-top: 54px;
}
.newsBlock, .generic-message-block {
display: none;
}