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)
-
Download Greasemonkey for Firefox
-
Download Tampermonkey for Chromium/Chrome/Brave
-
Click here to initialize installer.
-
Installation popup should appear. Click install / OK
-
Done
-
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