Skip to content

Neopets Remove Battledome Header by indiewhite

Details

Authorindiewhite

LicenseNo License

Categoryhttps://www.neopets.com/dome/arena.phtml

Created

Updated

Size559 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the header above the Battledome content frame. Helps remove the need to scroll down to put the content frame in full view when starting a new match.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.neopets.com/dome/arena.phtml - Jul 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url("https://www.neopets.com/dome/arena.phtml") {

    .page-title__2020 {
        display: none;
    }

    .social-links {
        display: none;
    }

    #bdNav {
        display: none;
    }

    #bdHeader {
        display: none;
    }

    .battledome-container {
        padding-top: 0em;
        margin-top: -5em;
    }
}

Reviews

No reviews yet.