Greasy Fork is available in English.

Chess.com Custom Pieces

A simple JavaScript project where it changes the pieces of chess.com with anything you want!

2022-03-21 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ئاپتورى
SkidFace
باھا نومۇرى
0 0 0
نەشرى
1.02
قۇرۇلغان ۋاقتى
2022-03-21
يېڭىلانغان ۋاقتى
2022-03-21
Size
2.0 KB
ئىجازەتنامىسى
MIT
قوللايدىغىنى

What on earth is this?

This is a simple script I wrote to modify Chess pieces on https://chess.com . It allows you to easily replace every piece, both white and black, with any image of your choosing.


How to add this to Chome:

First off, install Tampermonkey to Google Chrome. Next, open the extension and press Create a new script... . After that, paste my code into that and press CTRL+S to save it.


How to use your own images:

To use and modify this script to replace the images, simply replace the inside of the "url()" component of that const with a link to the image.
For example, if I wanted to change the White King piece to an UwU face, you would change line 31 to:


const whiteKing = "url(https://avaazdo.s3.amazonaws.com/original_5ccdb9b8604f2.jpg)"

How to remove this:

If you want to remove this userscript, either uninstall Tampermonkey or disable the script.

Have fun!


Code by SkidFace