Skip to content

Custom background by 98maze

Details

Author98maze

LicenseNo License

Categoryeee

Created

Updated

Size777 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

e

Notes

e

Source code

/* ==UserStyle==
@name           Custom Background for Roblox
@namespace      USO Archive
@author         Jadyn
@description    `Change the background image by editing the script and replacing the image URL with yours!`
@version        20190504.21.42
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("roblox.com") {
body
  {
    background: transparent !important;
  }

  .content
  {
    background: transparent !important;
  }

  #fb-root
  {
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    background-image: url("https://postimg.cc/2VZjsvWb") !important; /*Change Tthe URL To Your Background!*/
    background-size: cover !important;
    background-attachment: fixed !important;
  }
}

Reviews

No reviews yet.