Skip to content

RGU: Custom Banner by RGU

Details

AuthorRGU

LicenseNo License

CategoryROBLOX

Created

Updated

Size639 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A custom local banner for RoGold Ultimate.

Notes

Source code

/* ==UserStyle==
@name           RGU: Custom Banner
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    RoGold Ultimate Stuff
@author         c://cici
@advanced text header "Banner URL" ""
@advanced text userid "UserID" ""
==/UserStyle== */
@-moz-document url("https://www.roblox.com/home") {
        .profile-banner.profile-banner-long {
    background-image: url("/*[[header]]*/") !important;
    }
}
@-moz-document url("https://www.roblox.com/users//*[[userid]]*//profile") {
        .profile-banner.profile-banner-long {
    background-image: url("/*[[header]]*/") !important;
    }
}

Reviews

No reviews yet.