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
Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/176973.user.css
Authorcrax
LicenseCC-BY-NC-SA-4.0
Categoryroblox
Created
Updated
Size691 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
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
Now customisable straight from the userstyles page!
Fixed for the May 2020 change that broke this.
/* ==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]]*/"
}
}