您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adding Advanced Search page ability to search through your library and filter by reading status, tags, and more.
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