More actions
Filter request
Create a filter that would block users spambots who insert HTML line breaks on their user pages (or in an unlikely scenario, articles), as the CAPTCHA is not very effective. The rules for the filter would look like this:
equals_to_any(page_namespace, 0, 2) & length(added_lines) == 1 count('<br>', added_lines) > 1
This is a modified version of this filter, which is used across WMF wikis, such as Wikipedia. --Cat (Meow) 04:14, 18 January 2025 (UTC)