HyperChat icon indicating copy to clipboard operation
HyperChat copied to clipboard

Improved YouTube Chat

HyperChat - Optimized 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