Skip to content

Hello Roblox! by crax

Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/176973.user.css

Screenshot of Hello Roblox!

Details

Authorcrax

LicenseCC-BY-NC-SA-4.0

Categoryroblox

Created

Updated

Size691 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Now customisable straight from the userstyles page!
Fixed for the May 2020 change that broke this.

Source code

/* ==UserStyle==
@name           Hello Roblox!
@namespace      USO Archive
@author         CraX_e621
@description    `Adds the greeting back to the Roblox homepage. Can be easily edited.You may also like: https://userstyles.org/styles/177168/spinning-icon-for-roblox`
@version        20200513.13.13
@license        CC-BY-NC-SA-4.0
@preprocessor   uso
@advanced text prefix "Before" "Hello, "
@advanced text suffix "After" "!"

==/UserStyle== */
@-moz-document domain("roblox.com") {
div.home-header-content a:before,h1.user-name-container a:before {
    content: "/*[[prefix]]*/"
}

div.home-header-content a:after,h1.user-name-container a:after {
    content: "/*[[suffix]]*/"
}
}

Reviews

No reviews yet.