Unofficial browser extension for https://aniwatch.me/.
Find a file
2020-09-20 17:56:27 +02:00
resources/logo #16 Added images 2020-08-28 18:53:42 +02:00
src Optical improvements 2020-09-20 17:56:27 +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
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 terser from 5.3.1 to 5.3.2 2020-09-18 13:34:16 +00:00
package.json Bump terser from 5.3.1 to 5.3.2 2020-09-18 13:34:16 +00:00
README.md #35 Updated package.json and readme 2020-08-29 17:27:16 +02:00

Aniwatch Plus

Aniwatch Plus is an unofficial extension which provides several UI improvments for https://aniwatch.me.

Features

  • adds quick search to website
  • cleaner style for lists
  • better presentation of anime requests

Browser Support

We currently support the following browsers in current versions:

  • Google Chrome
  • Mozilla Firefox
  • Opera
  • Microsoft Edge

Installation

This extension isn´t available in browser stores yet. Please download from releases for your browser and check how to manually install an extension into your browser. If you want to install the extension in Microsoft Edge, please use the Chrome release version.

Development

Tools

This project requires you to install NPM and gulp.

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