Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Abuse filter management

More actions
Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)

Differences between versions

ItemVersion from 18:48, 19 March 2024 by IhaveahaxVersion from 08:11, 23 March 2024 by Ihaveahax
Filter conditions
Conditions:
/* special exception for MediaWiki namespace */
/* special exception for MediaWiki namespace */
page_namespace != 8 &
page_namespace != 8 &
(
(
     /*  
     /*  
     don't add repeating letters here, unless you expect a space in the middle
     don't add repeating letters here, unless you expect a space in the middle
     norm() removes those, so "wiupiracy" will catch "WiiUPiracy" and "WiiiiuuuuuPirraaaccyyyyy"
     norm() removes those, so "wiupiracy" will catch "WiiUPiracy" and "WiiiiuuuuuPirraaaccyyyyy"
     however "wiuusbhelper" will catch "Wii U USB Helper" (as it gets normalized to 'WIUUSBHELPER')
     however "wiuusbhelper" will catch "Wii U USB Helper" (as it gets normalized to 'WIUUSBHELPER')
     */
     */
     piracy_tools := "(freshop|hshop|frishop|usbhelper|wiuusbhelper|nuspli|wiusbhelper|tikshop|tikdevil|cdnfx|hbgshop|jnustool|3dschaos|loveroms|emuparadise|romulation|ziperto|3dspiracy|wiupiracy|switchpirates|3dscia|nxbrew|deepsea|vimslair|nekoshop|alvro|funkeycia|funkycia|funkiu|customfwxyz|tinfoil|lockpick)";
     piracy_tools := "(freshop|hshop|frishop|usbhelper|wiuusbhelper|nuspli|wiusbhelper|tikshop|tikdevil|cdnfx|hbgshop|jnustool|3dschaos|loveroms|emuparadise|romulation|ziperto|3dspiracy|wiupiracy|switchpirates|3dscia|nxbrew|deepsea|vimslair|nekoshop|alvro|funkeycia|funkycia|funkiu|customfwxyz|tinfoil|lockpick|mariocube)";
      
      
     (norm(added_lines) irlike (piracy_tools)
     (norm(added_lines) irlike (piracy_tools)
     | (page_id == 0 & norm(page_title) irlike (piracy_tools)))
     | (page_id == 0 & norm(page_title) irlike (piracy_tools)))
     /*& !("sysop" in user_groups)*/
     /*& !("sysop" in user_groups)*/
)
)