A fully customisable background for your avatar editor page! This one you can actually customise, unlike the other ones. Simply use the settings tab on this page.
Roblox avatar background changer by crax
Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/176974.user.css
Details
Authorcrax
LicenseCC-BY-NC-SA-4.0
Categoryroblox
Created
Updated
Size712 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Roblox avatar background changer
@namespace USO Archive
@author CraX_e621
@description `A fully customisable background for your avatar editor page! This one you can actually customise, unlike the other ones. Simply use the settings tab on this page.`
@version 20191106.10.35
@license CC-BY-NC-SA-4.0
@preprocessor uso
@advanced dropdown bgim "Background image" {
bgim-custom-dropdown "Custom" <<<EOT /*[[bgim-custom]]*\/ EOT;
}
@advanced text bgim-custom "Background image (Custom)" "https://example.com/image.png"
==/UserStyle== */
@-moz-document domain("roblox.com")
{
.avatar-back
{
background-image: url(/*[[bgim]]*/);
}
}