Skip to content

www.chess.com/variants/chaturaji/ by mmirsch

Screenshot of www.chess.com/variants/chaturaji/

Details

Authormmirsch

LicenseNo License

Categorychaturaji on chess.com

Created

Updated

Code size502 B

Code checksumb205628a

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove annoing background images for chaturaji

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.chess.com/variants/chaturaji/
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Remove annoing background images for chaturaji
@author         Manfred
==/UserStyle== */

@-moz-document url-prefix("https://www.chess.com/variants/chaturaji/") {
    /* Quelltext hier eingeben... */
    body.theme-background {
        background-image: none!important;
    }
    .square[data-theme] {
        background-image: none!important;
    }
}

Reviews

No reviews yet.