Skip to content

Change Background and Hide Play Mats for Dueling Nexus by owochimaruu

Screenshot of Change Background and Hide Play Mats for Dueling Nexus

Details

Authorowochimaruu

LicenseNo License

Categoryduelingnexus.com

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple style to change the background and hide play mats.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Change Background and Hide Play Mats for Dueling Nexus
@version      20220726.06.50
@namespace    userstyles.world/user/owochimaruu
@description  Simple style to change the background and hide play mats.
@author       owochimaruu
@license      No License
==/UserStyle== */

/* ==UserStyle==
@name           Change Background and Hide Play Mats for Dueling Nexus
@namespace      Owochimaruu
@description    Changes the background image and hides playmats
@version        1.0
==/UserStyle== */

@-moz-document url-prefix("https://duelingnexus.com") {
html {
	/* This code changes the background. You can insert your own image here by changing the url below */
	background: url(https://duelingnexus.com/assets/background/bg.jpg) fixed;
	background-size: 100% 100%;
	}
}

@-moz-document url-prefix("https://duelingnexus.com/game") {
/* This code hides player playmats—you can disable it by deleting this block or setting the display value to "block" */
	#game-field-background-div {display: none;}
}

Reviews

No reviews yet.