A style swap for Newgrounds' Eulogy page for blammed submissions, replacing the existing graveyard art with a Madness-theme scene!
Madness Combat - Obituary by luisdasilva-contact
Details
Authorluisdasilva-contact
LicenseNo License
CategoryNewgrounds
Created
Updated
Size413 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
After installing this, the add-on is all set! Any time you view a blammed submission, the existing graveyard art will be replaced with the scene based on Madness Combat.
Source code
/* ==UserStyle==
@name 9/21/2022, 9:43:41 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.newgrounds.com/portal/rip") {
div.eulogy{
background: url("https://www.newgrounds.com/dump/draw/6aa6a54a9b938013ef5eac4e7617d41d");
background-size: 100%;
}
}