An open API service indexing awesome lists of open source software.

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.

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.


Interface
Logic

## 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