Viewing abuse filter 3: Prevent new users from removing 900+ characters from a page

Editing filter 3
Filter parameters
Filter ID:3

Description:

(publicly viewable)
Conditions:
/* Not autoconfirmed */ !("autoconfirmed" in user_groups) & /* 0 means articles (mainspace) */ (article_namespace == 0) & /* 900+ removed */ (edit_delta < -900) & /* allow to turn it into a redirect or delete it */ !("#redirect" in lcase(added_lines)) & !(action == "delete")
Notes:
Flags:
Filter last modified:19:56, 26 January 2025 by DuskFyre (talk | contribs)
History:View this filter's history
Tools:Export this filter to another wiki
Actions to take when matched