Skip to content

RGU: Custom Banner by RGU

Screenshot of RGU: Custom Banner

Details

AuthorRGU

LicenseNo License

CategoryROBLOX

Created

Updated

Code size635 B

Code checksum80d119c1

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      roblox.com
@version        1.0.0
@description    A local custom banner for RoGold Ultimate
@author         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.