您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Sort NovelUpdates series finder results by tag count
当前为
Description:
This userscript significantly enhances the NovelUpdates Series Finder page by introducing a global sort by tag count feature. Unlike previous versions, this script now sorts search results across all result containers on the page, ensuring a comprehensive and consistent sorting order, especially on pages with multiple result sections or pagination. It displays series with the most tags at the very top across all containers and series with the fewest tags at the bottom, distributed across the containers.
Additionally, this version intelligently preserves any existing elements within the first search result container (like filter controls or informational text) while clearing and re-populating only the search result boxes themselves. Subsequent result containers are fully cleared and re-populated with the sorted series.
A floating "Sort by Tags" button is added to the bottom right of the page, allowing you to re-trigger the tag-based sorting at any time after the page has loaded, for example, after applying filters or navigating pages.
Features:
.w-blog-content.other
containers on the page, providing a unified sorted list.How to Use:
Customization:
1. **Open your userscript manager** and find the "NovelUpdates Tag Sorter" script in your script list.
2. **Edit the script.**
3. **Look for the following section in the code (usually near the top):**
```javascript
// ========================================================================
// USER CONFIGURATION - IMPORTANT!
// ========================================================================
// Set this to 'true' to enable console logging for debugging,
// or 'false' to disable console logs for cleaner console output.
const enableLogging = false; // <===== ADJUST THIS TO 'true' TO ENABLE LOGGING, 'false' TO DISABLE
// ========================================================================
// END USER CONFIGURATION
```
4. **Change `const enableLogging = false;` to `const enableLogging = true;`** to enable console logging. To disable logging (cleaner console), set it back to `false`.
5. **Save the script.**
6. **Refresh the NovelUpdates Series Finder page.**
License:
This userscript is released under the MIT License.
Support and Feedback:
If you encounter any issues, have suggestions for improvements, or want to provide feedback, please use the "Feedback" link on the Greasy Fork镜像 script page or contact the author directly.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址