/chess.com-Move-Counter

JS Script that adds a move counter to chess.com's analysis pages

Primary LanguageJavaScriptThe UnlicenseUnlicense

chess.com Move Counter

This is a JavaScript script that adds a move counter to chess.com's analysis, classroom, and events pages.

Usage

  1. Go to any chess.com analysis board (analysis/classroom/event).
  2. Open your browser's Developer Tools (usually by pressing F12) and go to the Console tab.
  3. Paste the script inside of chessComMoveCounter.js and press enter.
  4. 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.