Skip to content

Roblox {Hello, Username!} by markstyles

Details

Authormarkstyles

LicenseNo License

CategoryRoblox

Created

Updated

Size682 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Bring back the Hello, Username! on Roblox.

Notes

Userstyle doesn't have notes.

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.