* Added CDN Fallback For Mangabox-based extensions
* Improved CDN testing
Now prioritizes last-worked CDNs
Seems like they "fixed" the issue by changing the alternative/backup CDNs to a single, working CDN.
* re-added the removed null check at line 68
* refactored, made fallbacks configurable
* Removed mangairo
* Added mirrors
* lint
* lint again
* final lint
* review changes, lint
* refactor, lint
* lint again 😩
* Mangakakalot - updated domain paths
* Mangakakalot - Fixed description query and filters
Also fixed certain cases that could result in 403 when opening chapters
* Mangakakalot - Updated baseUrl
* Manganato - Updated domain, selector, and filters
Manganato essentially became an exact copy mangakakalot so all changes (except for URLs) are the same with mangakakalot
* review changes, fixed upload date
* Replaced duplicated `GET` request logic with `super.imageRequest(page)` to avoid redundancy
* review changes, moved `SimpleDateFormat` outside the function