This is a small project — a Discord Rich Presence integration for HiAnime.to.
Since the site doesn’t allow opening the developer console, the project uses reverse-engineering to extract the required info.
- Shows what you are watching on HiAnime in your Discord Rich Presence
- Auto-updates while watching
- Lightweight and simple
- Built with Node.js
- Uses Discord RPC
- Extracts data via reverse-engineering
Before running the project, install the Node.js packages:
# inside the [server] folder project folder
npm install
# or if you use Bun
bun installThis ensures all required packages like
discord-rpcare installed.
- Windows: double-click
run-win.bator run it via command prompt. - Linux / macOS: open a terminal in the project folder and run:
bash run-bash.shMake sure the script has execute permissions:
chmod +x run-bash.sh
- Open Chrome and go to
chrome://extensions/. - Enable Developer Mode (top right corner).
- Click Load unpacked and select the project/extension folder.
- Open HiAnime and start watching.
The Discord Rich Presence should automatically update with your current anime.
- Make sure Discord is running while using this tool.
- If nothing appears in Discord, restart both Discord and the Node.js server.
- Keep the server running while watching HiAnime to see real-time updates.
MIT License

