Skip to content

Chess.com: HriStorm_56: Battle For Middle-Earth by HriStorm56

Screenshot of Chess.com: HriStorm_56: Battle For Middle-Earth

Details

AuthorHriStorm56

LicenseCreative Commons licensing

Categoryskibidi.com

Created

Updated

Code size2.6 kB

Code checksum4565c28d

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

made by HriStorm_56

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Chess.com pieces: HriStorm_56
@namespace    idk
@author       HriStorm_56
@description  Use "Tampermonkey" https://tampermonkey.net to install, then activate and refresh page (F5).
@version      5000.0
@license      CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("chess.com") {
    /*div [style*="bp.png"],
  div [class^="piece bp"]
  {
    background-image: url("http://i.imgur.com/aa6QP4R.png")!important;
  }

  div [style*="br.png"],
  div [class^="piece br"]
  {
    background-image: url("http://i.imgur.com/CoPuqNE.png")!important;
  }

  div [style*="bn.png"],
  div [class^="piece bn"]
  {
    background-image: url("http://i.imgur.com/L4XnSl3.png")!important;
  }

  div [style*="bb.png"],
  div [class^="piece bb"]
  {
    background-image: url("http://i.imgur.com/1R69Ds7.png")!important;
  }

  div [style*="bq.png"],
  div [class^="piece bq"]
  {
    background-image: url("http://i.imgur.com/ASZchmH.png")!important;
  }
    div [style*="flair.14517221.png"],
    div [class^="flair"] {
        background-image: url("https://imgur.com/Zn8dW4o.png")!important;
    }
    
    div [style*="flags-16.91e66339.png"],
    div [class^="country-flags"] {
        background-image: url("https://imgur.com/A6f7x6B.png")!important;
    }*/
    
    div [style*="bk.png"], /* KOM */
    div [class^="piece bk"] {
        background-image: url("https://imgur.com/W8ZRFdC.png")!important;
    }
    
    div [style*="bk.png"], /* Sauron */
    div [class^="piece bk"] {
        background-image: url("https://imgur.com/cat6EIQ.png")!important;
    }
    
    div [style*="bk.png"], /* Sauron */
    div [class^="piece bk"] {
        background-image: url("https://imgur.com/gzSROwB.png")!important;
    }

    /*div [style*="wp.png"],
  div [class^="piece wp"]
  {
    background-image: url("http://i.imgur.com/nuOcoiW.png")!important;
  }

  div [style*="wr.png"],
  div [class^="piece wr"]
  {
    background-image: url("http://i.imgur.com/iWoqzCN.png")!important;
  }

  div [style*="wn.png"],
  div [class^="piece wn"]
  {
    background-image: url("http://i.imgur.com/W0bpOJB.png")!important;
  }

  div [style*="wb.png"],
  div [class^="piece wb"]
  {
    background-image: url("http://i.imgur.com/ZONm1wW.png")!important;
  }

  div [style*="wq.png"],
  div [class^="piece wq"]
  {
    background-image: url("http://i.imgur.com/tqkM0k9.png")!important;
  }*/
    div [style*="wk.png"],
    div [class^="piece wk"] {
        background-image: url("https://imgur.com/RysPKmQ.png")!important;
    }
}

Reviews

No reviews yet.