Skip to content

batzz-00/bdgg

 
 

Repository files navigation

BBDGG

An unofficial browser extension to add unofficial functionality to the destiny.gg chat.

Requirements

  1. Node >= 7.7.1
  2. everything here

How it works

The extension redirects requests for the javascript that controls the chat to a forked version that implements the aforementioned unofficial functionality.

How to build

  1. Clone this repository
  2. git clone https://github.com/blushies/bbdgg
  3. Initialize the destiny.gg website submodule in ./dgg
  4. git submodule init
  5. git submodule update
  6. cd dgg
  7. npm i
  8. cd ..
  9. Build
  10. npm i
  11. npm run build
  12. 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.

About

Better better destiny.gg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.7%
  • Shell 31.9%
  • TypeScript 28.4%