This is a JavaScript script that adds a move counter to chess.com's analysis, classroom, and events pages.
- Go to any chess.com analysis board (analysis/classroom/event).
- Open your browser's Developer Tools (usually by pressing F12) and go to the Console tab.
- Paste the script inside of
chessComMoveCounter.jsand press enter. - Enjoy!
Warning
NEVER run scripts from stangers online if you don't know what you are doing. This script is minimal and is written in a way that is easy to read and understand. Please verify any script you want to run before actually running it.