Skip to content

danboy12342/neuro-chess-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chess.com Custom Discord Sprites Plugin

A Userscript that replaces the default Chess.com piece sets with custom Discord Emojis.

NeuroChess-HD.mov

📥 Installation

  1. Install a Userscript Manager:
  2. Install the Script:
    • Open your extension dashboard, create a new script, and paste the code from script.user.js.
  3. Play:
    • Go to Chess.com and the pieces will automatically update.

🎨 Asset List (Sprite URLs)

Here are the direct links to the Discord assets used in this script.

Piece White URL Black URL
King View Image View Image
Queen View Image View Image
Rook View Image View Image
Bishop View Image View Image
Knight View Image View Image
Pawn View Image View Image

⚙️ Configuration

If you want to change specific pieces:

  1. Open the script in your Tampermonkey dashboard.
  2. Locate the const pieces object at the top of the file.
  3. Replace the URL string for the specific piece code (e.g., 'wp' for White Pawn).
const pieces = {
    'wp': 'NEW_URL_HERE',
    ...
};

About

replaces chess.com sprites with neurosama

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors