您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Filters NovelUpdates series finder results GLOBALLY to show only series with a minimum tag count (with manual filter button).
Description:
This userscript enhances the NovelUpdates Series Finder page by adding a global tag count filter with a manual "Filter by Tags" button. It automatically hides or removes novel series from the search results that have fewer than a specified minimum number of tags, across all search result containers on the page. This ensures consistent filtering regardless of how the results are structured or paginated.
To handle dynamically loaded content due to pagination, a floating "Filter by Tags" button is added to the bottom right of the page. Clicking this button will re-apply the tag filter, ensuring that newly loaded series are also filtered according to your minimum tag count setting.
When used in conjunction with the "NovelUpdates Tag Sorter" userscript (also available), the "Filter by Tags" button is positioned slightly above the "Sort by Tags" button for clear distinction and usability.
This script is useful for narrowing down search results to novels that are more comprehensively tagged and potentially more detailed in their genre and trope descriptions, providing a cleaner and more focused browsing experience, especially when browsing paginated search results.
Features:
.w-blog-content.other
containers on the page, ensuring consistent filtering across all result sections and pages, including dynamically loaded content.How to Use:
Recommended Complementary Userscripts:
For the ultimate NovelUpdates browsing experience, we highly recommend using this script alongside:
NovelUpdates Tag Sorter: This companion script sorts novels by tag count, displaying novels with the most tags first. When used together with the Tag Filter, you can first filter out novels with too few tags and then sort the remaining ones by tag count, creating a perfectly organized reading list.
Pagetual: This userscript enables automatic infinite scrolling, eliminating the need to navigate through multiple pages manually. When combined with both the Tag Filter and Tag Sorter, you can effortlessly browse through an endless stream of well-tagged, sorted novels.
The combination of these three scripts creates a powerful, seamless browsing experience on NovelUpdates, allowing you to quickly find novels with comprehensive tag information organized exactly how you want them.
Customization:
You can easily adjust the minimum tag count for filtering:
// ========================================================================
// USER CONFIGURATION - IMPORTANT!
// ========================================================================
// ... comments explaining minTagCount ...
const minTagCount = 3; // <===== ADJUST THIS NUMBER TO CHANGE MINIMUM TAG COUNT
// ========================================================================
// END USER CONFIGURATION
3
in the line const minTagCount = 3;
to your desired minimum tag count.
const minTagCount = 5;
const minTagCount = 10;
const minTagCount = 0;
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.