Screamer Forums and Screamer gallery have returned.

The Screamer Forums will likely remain read only unless it's known that it will be active, since forums in general are kind of dead because of Discord.

Abuse filter management

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigation Jump to search

Differences between versions

ItemVersion from 11:06, 10 November 2023 by LawikiVersion from 10:30, 31 July 2025 by Tankmanfan44
Filter conditions
Conditions:
user_editcount < 30 & (
user_editcount < 30 & (
  (
    (
      new_size < 300 &
        new_size < 300 &
      old_size > 300
        old_size > 300
  ) |
    ) |
  edit_delta < -5000
    edit_delta < -5000
) & (
) & (
     bad_words := "\b(?:(?:P+H+|F)+U+C+K+[\w\d]*?|AN+U+S|CR+A+P|SH+I+T|[KC]+U+N+T|NI+GG+(?:E+R|A)|(?:ASS+|BU+(?:T+|M+))[ \-]*(?:H+O+L+E|S+E+X|R+A+P+E)|(?:CO|KA+W+)[CK]|LOO+[SZ]+E+R|BI+T+C+H|PE+N+I+S|WA+N+K+(?:E+R)?|SP+U+R+T|MA+S+T+[UE]+R+B+A+I?T+(?:I+O+N|E+R?)?|HA+GG+E+R|HERMAPHRO|JESKE ?COURLANO|(?:PH+|F)A+G+O+T|KINGPINIE|ORLY)\b";
     bad_words := "\b(?:(?:P+H+|F)+U+C+K+[\w\d]*?|AN+U+S|CR+A+P|SH+I+T|[KC]+U+N+T|NI+GG+(?:E+R|A)|(?:ASS+|BU+(?:T+|M+))[ \-]*(?:H+O+L+E|S+E+X|R+A+P+E)|(?:CO|KA+W+)[CK]|LOO+[SZ]+E+R|BI+T+C+H|PE+N+I+S|WA+N+K+(?:E+R)?|SP+U+R+T|MA+S+T+[UE]+R+B+A+I?T+(?:I+O+N|E+R?)?|HA+GG+E+R|HERMAPHRO|JESKE ?COURLANO|(?:PH+|F)A+G+O+T|KINGPINIE|ORLY)\b";
     ccnorm(added_lines) rlike bad_words &
     ccnorm(added_lines) rlike bad_words &
     !ccnorm(removed_lines) rlike bad_words &
     !ccnorm(removed_lines) rlike bad_words &
     !added_lines irlike "^#Redirect\s*\[\[" &
     !added_lines irlike "^#Redirect\s*\[\[" &
     !contains_any ( page_title, "Sockpuppet investigations", user_name, "Sandbox" )
     !contains_any(page_title, "Sockpuppet investigations", user_name, "Sandbox") &
    action == "move" &
    moved_to_title rlike bad_words
)
)