Shows what piece to move and where to move it on Chess.com
A Tampermonkey userscript that analyzes the current position on Chess.com and visually shows the best move directly on the board using Stockfish.
Highlights the FROM square, TO square, and updates automatically as the position changes.
🎯 Clear visual move guide
🔁 Auto-updates when the board position changes
🎚️ Adjustable engine depth (1–25)
🧠 Works in:
🖥️ Clean, minimal UI overlay
A userscript manager:
Automatically refreshes when:
// ==UserScript==
// @name Chess.com Complete Move Guide
// @namespace http://tampermonkey.net/
// @version 1.2.1
// @description Shows what piece to move and where to move it on Chess.com
// @author Clownz
// @match https://www.chess.com/play/*
// @match https://www.chess.com/game/*
// @match https://www.chess.com/puzzles/*
// @icon https://www.chess.com/bundles/web/favicons/apple-touch-icon.png
// @grant none
// @run-at document-end
// ==/UserScript==
MIT License You are free to modify, fork, and improve this script.