/Dollchan-Extension-Tools

The best way to browse imageboards

Primary LanguageJavaScriptMIT LicenseMIT

dE Dollchan Extension Tools

Get as userscript: ES5 version or ESNext version (Firefox 52+, Chrome 55+, Opera 42+)

Get as Chrome Extension

Wiki

Russian ~ English

Home page

https://dscript.me/

License

© 2017 Dollchan Extension Tools Team. See the LICENSE file for license rights and limitations (MIT).

Userscript compilation

  • Install Node.js if not yet.
  • Install Gulp globally: npm install -g gulp
  • Go to Dollchan repo and run npm install to update dependencies.

You can make both ES5 and ESNext userscript versions from /src/modules by running:

gulp make

Or you can make ESNext version only:

gulp make:es6

Also you can make separate source modules from your ESNext version:

gulp make:modules