Real-time filters for list items on any website. Hides items that don't match your criteria, without reloading the page. Supports Greasy Fork and will support more sites via rules.
English | 中文
A tool that filters and hides list-style content in real time on any website. It is available as both a userscript and a browser extension. Unlike a site's own search or filtering, it hides items directly on the page and supports instant toggling and stacking conditions to view filtered results.
Currently adapted for Greasy Fork script lists. More sites will be supported via a rules system.
/regex/flags); negative scores to offset hiding.ShadowRoot to completely avoid CSS pollution from the target website.createDatePresetInput component, supporting presets like half-year, one year, two years, and custom days.Esc, and has its own border and shadow styles.utaf-checkbox CSS class to enlarge the hit area./regex/flags, e.g., /foo/i).foo is 5 points and bar is -2 points. When both match, the total is 3 and the item is not hidden; when only foo matches, the total is 5 and the item is hidden.utaf_{hostname}_filters, ensuring configurations do not interfere across sites.utaf_global_state.isFirstUse, the panel defaults to expanded on first use on any site, and collapses by default afterward.WeakMap caches parsed metrics for list items (e.g., timestamps, install counts) to avoid repeated DOM queries and parsing during subsequent filtering.Copyright (c) 2025 Pipecraft. Licensed under the MIT License.