Skip to content

Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!

License

Notifications You must be signed in to change notification settings

LiveTL/HyperChat

Repository files navigation

HyperChat - Improved YouTube Chat

License: AGPL v3 js-semistandard-style Contributors Issues Total Lines Size Commit Activity Discord

Building from Source

Clone the repository:

git clone https://github.com/LiveTL/HyperChat

Open the repository and npm install:

cd hyperchat
yarn # install dependencies

Build or serve the extension:

yarn start # watch mode
yarn build # production mode
VERSION=x.x.x yarn build