Gets rid of the wall art as well as the credit.
No Wall ART by sh4rpz
Details
Authorsh4rpz
LicenseNo License
Categoryhttps://www.newgrounds.com/
Created
Updated
Size515 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 no wall art
@namespace github.com/openstyles/stylus
@version 1.0.1
@description no wall art, removes credit too
@author Sharpz
==/UserStyle== */
@-moz-document domain("newgrounds.com") {
}
.background {
background-image: url("url goes here") !important;
background-repeat: no-repeat;
}
div.footer-wall-artist {
display: none;
}
div.footer-wall-artist strong {
display: none;
}
div.footer-wall-artist img.user-icon {
display: none;
}