An unofficial browser extension to add unofficial functionality to the destiny.gg chat.
- Node >= 7.7.1
- everything here
The extension redirects requests for the javascript that controls the chat to a forked version that implements the aforementioned unofficial functionality.
- Clone this repository
git clone https://github.com/blushies/bbdgg
- Initialize the destiny.gg website submodule in
./dgg
git submodule init
git submodule update
cd dgg
npm i
cd ..
- Build
npm i
npm run build
- Add to chrome by going to
chrome://extensions/
and checking the "Developer mode" checkbox, then loading the./lib/chrome
folder as an unpacked extension.
The build script should bundle all extension code, build the forked dgg chat code, and assemble the files into a folder to be loaded into your browser. Firefox and Chrome extensions should be built in lib/firefox
and lib/chrome
respectively. Load these unpacked addons into your browser.
Chrome instructions for loading an unpacked extension
Firefox instructions for loading an unpacked extension
Note that Firefox is currently not working.