https://github.com/batcherss/inchess
Advanced browser automation framework for chess platforms. Implements high-fidelity human behavior simulation, linear mouse path interpolation, and real-time DOM-based positional analysis.
https://github.com/batcherss/inchess
chess chess-ai chess-bot chess-com chess-engine chessbot chessjs
Last synced: 28 days ago
JSON representation
Advanced browser automation framework for chess platforms. Implements high-fidelity human behavior simulation, linear mouse path interpolation, and real-time DOM-based positional analysis.
- Host: GitHub
- URL: https://github.com/batcherss/inchess
- Owner: Batcherss
- License: mit
- Created: 2026-05-09T21:28:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-09T21:47:35.000Z (about 1 month ago)
- Last Synced: 2026-05-09T23:35:17.420Z (about 1 month ago)
- Topics: chess, chess-ai, chess-bot, chess-com, chess-engine, chessbot, chessjs
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InChess
High-performance browser extension for chess analysis and automation.
# Disclaimer!!
This software is for educational and research purposes only. The author is not responsible for any misuse of the tool or any violations of third-party Terms of Service (ToS). Use at your own risk. The author assumes no liability for account bans or any other consequences resulting from the use of this software.
## Features
- Behavioral Emulation: Human-like mouse movement and timing.
- Analytical Core: Custom search engine with iterative deepening.
- Stealth Logic: DOM-based operation without script injection.
- Content Protection: Real-time nickname and avatar masking.
## Installation
1. Clone this repository.
2. Open chrome://extensions/ in your browser.
3. Enable Developer Mode.
4. Click Load Unpacked and select the project folder.
## How to use?
Just open chess-com and you're all set.
## Technical Stack
- JavaScript (ES6+)
- Chrome Extension API (v3)
- Custom CSS Grid