Unofficial browser extension for https://aniwatch.me/.
944a0d74e5
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and [is-svg](https://github.com/sindresorhus/is-svg). These dependencies needed to be updated together. Updates `fast-xml-parser` from 3.21.1 to 4.2.5 - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v3.21.1...v4.2.5) Updates `is-svg` from 4.3.1 to 4.4.0 - [Release notes](https://github.com/sindresorhus/is-svg/releases) - [Commits](https://github.com/sindresorhus/is-svg/compare/v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: indirect - dependency-name: is-svg dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
resources/logo | ||
src | ||
!build.cmd | ||
.babelrc | ||
.gitignore | ||
.travis.yml | ||
enhanced-aniwatch.code-workspace | ||
gulpfile.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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
- Time conversion into localtime
- Cleaner list presentation
- Improved presentation of available audio and subtitles
- Better display of anime requests
- Display notification count in tab title
- Autoplay after screenshot
Download
Click the badge for your browser to get to the download page:
Development
Tools
This project requires you to install the latestst versions of Node.js, NPM and gulp. Minimum required versions:
Tool | Version |
---|---|
node.js | ^14.x.x |
npm | ^6.x.x |
gulp | ^4.x.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