Comfort functions for YouTube™ Gaming Live.
Important
BetterRBTV is discontinued. No updates will be pushed to the Browser stores.
- Replacement of keywords known from another well-known streaming site
- Colored names
- Hide avatars
- Save space
- Ignore/highlight users, filter chat messages
If you want to deploy the add-on, you can use the Gulp-Tasks:
- Install NPM
- Run
$ npm install
If you install npm from your package manager, you may have to sudo ln -s /usr/bin/nodejs /usr/bin/node
We use a config.json
file in the roote directory for configuration.
This file is in the .gitignore
because it contain secrets and because of that should NEVER be commited.
There is known bug with Firefox.
So we need to add our App-ID to the config.json
:
{
"firefoxId": "[email protected]"
}
Once the changes are in-place and ready for distribution:
- Run
$ gulp dist
- Choose the new Version you want to apply
The /dist
folder will contain ready to dist packages.