Greasy Fork is available in English.

MangaDex Library Search/Filter

Adding Advanced Search page ability to search through your library and filter by reading status, tags, and more.

Автор
MrNosferatu
Щоденних встановлень
1
Всього встановлень
1
Рейтинги
0 0 0
Версія
2.2
Створено
08.03.2025
Оновлено
08.03.2025
Size
28,3 кБ
Ліцензія
Н/Д
Відноситься до

Adding function to filter your manga library using MangaDex Advanced Search menu. Ideally feature like this should be done in the server, but since they won't do it for some reason. This script will add search function utilizing what can be done using MangaDex API feature. This script will update your added and deleted manga in the IndexedDB automatically whenever you visit Advanced Search menu.

Current known limitation :
1. the sorting function only works with title, year published, and date added. Other sorting options technically could be done but it cause additional load to the server than it already has which i don't really want to do.
2. I recommend you to always open in new tab since using back actions after viewing the manga will reset the library filter. I don't have any solution to this ATM