[v1.1] Hide already-read from Recently Added (userscript)

Group Leader
Joined
Aug 10, 2018
Messages
78
userscript: https://github.com/LiteralGenie/md_tracker/releases/download/latest/md_tracker.user.js
source: https://github.com/LiteralGenie/md_tracker

Some personal tweaks to the Recently Added page. Mostly aimed at filtering out already-read series.
  • Greys out manga that's already been added to library.
  • Greys out manga that have had at least N chapters read.
  • Greys out manga based on tags.
  • Add chapter list.
  • CSS tweaks
    • Moves stats to below title (ratings, comment count, follow count)
    • Series description is never truncated
Also adds support for syncing reading history between devices. But this requires running the sync server somewhere. Not recommended for reasons outlined in the link but it's an option.

Config options can be accessed from your userscript extension's menu.

1760319717499.png
 
Last edited:
Group Leader
Joined
Aug 10, 2018
Messages
78
(v1.1.0) Added a chapter list and reactive renders (hacky homerolled observables).

Kinda iffy on the chapter list. Makes it slightly annoying to scroll on mobile.
Since it can overflow, sometimes you scroll the chapter list instead of the page.
Maybe I'll disable overflow scroll and always show the first N last N chapters.

idk, also open to feature requests


1760319554583.png
 
Last edited:

Users who are viewing this thread

Top