Unofficial browser extension for https://aniwatch.me/.
Find a file
dependabot[bot] 3430042cd8
Bump gulp-postcss from 9.0.0 to 9.0.1
Bumps [gulp-postcss](https://github.com/postcss/gulp-postcss) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/postcss/gulp-postcss/releases)
- [Commits](https://github.com/postcss/gulp-postcss/compare/9.0.0...9.0.1)

---
updated-dependencies:
- dependency-name: gulp-postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 04:05:51 +00:00
.github Update auto-merge.yml 2021-05-08 14:26:11 +02:00
resources/logo #16 Added images 2020-08-28 18:53:42 +02:00
src Prepared release 2021-02-20 11:31:27 +01: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 #96 Set fixed node version 2020-10-26 18:38:08 +01:00
enhanced-aniwatch.code-workspace #7 Added mutation observer 2020-07-29 10:35:57 +02:00
gulpfile.js Fixed buildscript after gulp-sass major update 2021-07-03 12:29:41 +02:00
LICENSE Initial commit 2020-04-19 19:21:51 +02:00
package-lock.json Bump gulp-postcss from 9.0.0 to 9.0.1 2021-08-30 04:05:51 +00:00
package.json Bump gulp-postcss from 9.0.0 to 9.0.1 2021-08-30 04:05:51 +00:00
README.md Update Chrome Web Store link to not be in German 2021-02-23 12:50:12 +01:00
tsconfig.json #48 Fixed tsconfig for module loading 2020-12-29 16:59:53 +01: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
  • 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:

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 ^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