/malFilter.user.js

Filter your anime list by only aired/airing shows

Primary LanguageJavaScript

malFilter

Filter MyAnimeList by excluding shows that haven't been aired yet.


Checkbox

How it works:

Scripts creates checkbox that allows you to filter mainly your 'plan to watch' list. If you want to filter your 'watching', 'on hold' etc. lists by excluding Airing shows just change in line nr 8:

let excludeAiring = false;

to

let excludeAiring = true;

or simply Download exclude Airing version (Greasemonkey/Tampermonkey must be installed)

Installation

  • Download Greasemonkey for Firefox

  • Download Tampermonkey for Chromium/Chrome/Brave

  • Click here to initialize installer.

  • Installation popup should appear. Click install / OK

  • Done

Manual installation

  • Download Greasemonkey for Firefox

  • Download Tampermonkey for Chromium/Chrome/Brave

  • Click add new user script

  • Copy contents from malFilter.user.js into editor.

  • Save

  • Done