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!

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
SkidFace
1日のインストール数
0
累計インストール数
466
評価
0 0 1
バージョン
1.5
作成日
2022/03/21
更新日
2022/03/22
大きさ
1.9KB
ライセンス
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 do I add this?

To install this, simply press the green Install this script button. Select Tampermonkey. Install that, and you should be good to go!

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 34 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