Differences between versions

ItemVersion from 18:52, 6 February 2025 by KostasVersion from 16:15, 10 December 2025 by AnotherConsumerRightsPerson
Basic information
Notes:
this is a hacky option
this is a hacky option
Limit 100 char changes for anon users with few edits
Limit 100 char changes for anon users with few edits
AnotherConsumerRightsPerson - 'user' means non-anon acc, so I've removed the unnecessary code here. I really want to disable this but I'm not sure if it is the best option.
Filter conditions
Conditions:
user_editcount < 5  
user_editcount < 5  
&((edit_delta > +100) |( edit_delta < -100) )
&((edit_delta > +100) |( edit_delta < -100) )
&(
&(
!(
!(
     'user' in user_groups |
     'user' in user_groups
    'bot' in user_groups |
    'sysop' in user_groups |
    'autoconfirmed' in user_groups
)
)
)
)