Auto-fills bookmarks with a clickable link "Title – Author – 0 words, Chapter 0/0". Adds a quick-save button that pops up in the corner when you scroll up, used to capture mid-read jumps. Compatible with Entire Work. Shows +new chapters/words on the bookmarks page.
Thank you! I just enhanced the indicators and the main script description (with pictures). It should answer those questions better now.
What the script stores when you make the bookmark: "title - author - 1 words, Chapter 2/3".
- the total word-count then (1)
- the chapter you stopped at (2)
- the chapter total then (3)
- one of 3 kinds of return link
Up-to-date info available on the "user/.../bookmarks" page:
- the current word-count and chapter totals
Derived status:
- Dropped / behind (saved-stopped-chapter < saved-total-chapters)
- Caught up (saved-stopped-chapter = saved-total-chapters)
- Updated / new chapters (current-total-chapters > saved-total-chapters)
+N logic:
- GREEN: Caught up, Updated (unread = current-total - saved-total)
- ORANGE: Dropped, Updated (unread = current-total - saved-stopped-chapter)
- YELLOW: Dropped, No new chapters (unread = unread: saved-total - saved-stopped-chapter)
Hope this helps!
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
This is so cool! Was looking for a better way to keep track of my place.\
One thing I'm confused about is this:
What exactly does this keep track of and what triggers the color change of the added numbers? Is it comparing against my last bookmarked chapter and the author's latest update?
Thank you!