Unofficial browser extension for https://aniwatch.me/.
45a8fb33c6
Bumps [sass](https://github.com/sass/dart-sass) from 1.26.12 to 1.27.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.26.12...1.27.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.github/workflows | ||
resources/logo | ||
src | ||
!build.cmd | ||
.babelrc | ||
.gitignore | ||
.travis.yml | ||
enhanced-aniwatch.code-workspace | ||
gulpfile.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
Aniwatch Plus
Aniwatch Plus is an unofficial browser extension which will improve your experience on https://aniwatch.me by adding features like a quick search and improving the websites appearance.
Features
- Adds quick search
- Cleaner list presentation
- Improved presentation of available audio and subtitles
- Better display of anime requests
Download
Development
Tools
This project requires you to install the latestst versions of Node.js, NPM and gulp. Minimum required versions:
Tool | Version |
---|---|
node.js | => 12.18.x |
npm | => 6.14.x |
gulp | => 4.0.x |
Build
# mandatory
npm install -d
# build release version into './dist'
npm run dist:prod
# build dev version into './div' and start the watcher
npm run watch
# clean build and dist directories
npm run clean