Abuse Filter

From Freephile Wiki
Revision as of 11:20, 5 September 2025 by Admin (talk | contribs)


Abuse Filter
[[File:|280px|center|link=|Coolest Tool Award 2025]]

Property "Has image" (as page type) with input value "File:[[File:CTA2025.png" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.

Image shows: Coolest Tool Award 2025
Summary
Title: Abuse Filter Analyzer
Description: Allows Admins (privileged users) to create filters which act upon edits automatically.
More
Notes: Prevent unregistered users from adding external links. Or, disallow edits that remove more than 2000 characters.
Test: The interface is at Special:AbuseFilter

The Abuse Log allows administrators to set rules to block or flag edits and review those edits to prevent vandalism by editors - especially important in publicly accessible wikis that might allow anonymous edits. In MediaWiki you can always fix (revert) changes but why cleanup if you can prevent the mess to begin with?

The Abuse Filter Analyzer is a script to do client-side analysis of the Abuse Filter Log. The Abuse Filter backend and native management interface is enabled through the extension.

* script source code (GitHub repo)
* Enable the script by loading it in your user space /common.js (as an Admin):
mw.loader.load("//pl.wikipedia.org/w/index.php?title=Wikipedysta:Msz2001/abusefilter-analyzer-primer.js&action=raw&ctype=text/javascript");