Unofficial browser extension for https://aniwatch.me/.
Find a file
dependabot-preview[bot] 262f36a245
Bump browserify from 16.5.2 to 17.0.0
Bumps [browserify](https://github.com/browserify/browserify) from 16.5.2 to 17.0.0.
- [Release notes](https://github.com/browserify/browserify/releases)
- [Changelog](https://github.com/browserify/browserify/blob/master/changelog.markdown)
- [Commits](https://github.com/browserify/browserify/compare/v16.5.2...v17.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-12 04:55:23 +00:00
.github/workflows Create codeql-analysis.yml 2020-09-28 17:20:35 +02:00
resources/logo #16 Added images 2020-08-28 18:53:42 +02:00
src Version update 2020-10-01 21:42:14 +02:00
!build.cmd #35 build scripts 2020-08-26 22:00:58 +02:00
.babelrc Updated babel file 2020-09-11 18:33:58 +02:00
.gitignore #35 Added .tmp and dist directories to git ignore 2020-08-26 17:58:04 +02:00
.travis.yml Adde -d parameter to npm install 2020-10-03 15:33:45 +02:00
enhanced-aniwatch.code-workspace #7 Added mutation observer 2020-07-29 10:35:57 +02:00
gulpfile.js #46 Exchanged uglify-es with terser in gulpfile and fixed formatting 2020-09-11 20:57:15 +02:00
LICENSE Initial commit 2020-04-19 19:21:51 +02:00
package-lock.json Bump browserify from 16.5.2 to 17.0.0 2020-10-12 04:55:23 +00:00
package.json Bump browserify from 16.5.2 to 17.0.0 2020-10-12 04:55:23 +00:00
README.md Update README.md 2020-10-03 16:28:13 +02:00

Travis (.org) Snyk Vulnerabilities for GitHub Repo David Scrutinizer code quality (GitHub/Bitbucket) GitHub issues GitHub

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

Chrome Web Store Mozilla Add-on GitHub release tag for opera (latest by date including pre-releases) GitHub release (latest by date including pre-releases)

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