您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Automatically sorts your WTR-Lab library by reading progress (lowest to highest) upon page load.
This script provides a simple but powerful "quality of life" improvement for users of WTR-Lab. It automatically sorts your library by reading progress, placing the series you are furthest behind on at the very top. This allows you to quickly see which series you need to catch up on without having to manually scan the page or use the site's default sorting options.
The sorting is done from lowest progress to highest progress.
The script is designed to be lightweight and unobtrusive. When you load your library page, it waits for the list of series to appear. Once the content is loaded, the script:
This all happens automatically within a fraction of a second after the page content becomes available.
MutationObserver
to ensure it works correctly even if the library items are loaded dynamically after the initial page load.Q: The script isn't working! My library isn't being sorted. A: WTR-Lab may have updated their website's code, which can break the script. Please check the script's page on Greasy Fork镜像 for any updates. If there are no updates, please open a new topic in the Feedback section to report the issue.
Q: I see the library load in its original order and then quickly re-sort. Is this normal? A: Yes, this is expected behavior. The script can only run after the website has loaded the content onto the page. The brief "flicker" you see is the script re-ordering the items as intended.
Q: Can I change the sorting order to be highest-to-lowest? A: You can! To reverse the sort order, you will need to edit the script.
javascript
return percentA - percentB;
javascript
return percentB - percentA;
This script is released under the MIT License. You are free to use, modify, and distribute it as you see fit.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址