🏠 Home 

NovelUpdates Tag Filter

Filters NovelUpdates series finder r###lts GLOBALLY to show only series with a minimum tag count (with manual filter button).

These are versions of this script where the code was updated. Show all versions.

  • v1.4 2025-02-21
  • v1.3 2025-02-21

    Version 1.4 - Button Position Adjustment

    Improvements:

    • Vertically Offset Buttons: Adjusted the position of the "Filter by Tags" button to be slightly higher (bottom: 60px) than the "Sort by Tags" button (from the "NovelUpdates Tag Sorter" script) to prevent overlap when both scripts are installed.

    Code Changes:

    • Modified createFilterButton() function to increase the bottom style property to 60px.

    Version 1.3 - Manual "Filter by Tags" Button

    Features:

    • Manual "Filter by Tags" Button: Added a floating button at the bottom right of the page labeled "Filter by Tags". Clicking this button manually re-applies the global tag count filter, allowing users to filter dynamically loaded content (pagination).

    Code Changes:

    • Created a new function createFilterButton() to generate and append the "Filter by Tags" button.
    • Modified the script to call filterGlobalByTagCount() only on button click and initial page load.

    Version 1.2 - Global Filtering Implementation

    Features:

    • Global Tag Count Filtering: Implemented filtering of search r###lts by tag count across all .w-blog-content.other containers on the page. The filter now applies consistently to all search r###lts, regardless of container or pagination (manual re-filtering needed for pagination in this version).

    Improvements:

    • Enhanced Filtering Scope: The filter now operates globally, considering all series across all r###lt containers for tag count filtering.

    Code Changes:

    • Modified script to collect search_main_box_nu elements from all .w-blog-content.other containers.
    • Adjusted filtering logic to operate on the combined list of series for global filtering.

    Version 1.1 - Initial Release (Previous Version)

    Features:

    • Initial implementation of NovelUpdates Series Finder search r###lt filtering by minimum tag count.
    • User-configurable minTagCount value to adjust the filter threshold.

    Functionality:

    • Filters series within a single container (initially targeted .w-blog-content.other, but scope was limited to one container).

    Limitations:

    • Filtering was limited to a single container and not applied globally across all search r###lt sections or pages.

  • v1.1 2025-02-20