您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
A simple JavaScript project where it changes the pieces of chess.com with anything you want!
当前为
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.
To install this, simply press the green Install this script button. Select Tampermonkey. Install that, and you should be good to go!
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)"
If you want to remove this userscript, either uninstall Tampermonkey or disable the script.
Code by SkidFace