Author(s) | Daniel Quinlan |
---|---|
Status | Beta |
Updated | 19 April 2025 |
Source | FilterBlame.js |
The FilterBlame script makes it easy to find the version of an AbuseFilter where specific text was added or removed.
Click the Blame link in the Tools menu from any filter. In the dialog that appears:
If a matching change is found, a link to the relevant version and its diff is displayed.
To install the FilterBlame.js script, follow these steps:
Alternatively, you can manually install it by adding the following code to your common.js file:
{{subst:iusc|User:Daniel Quinlan/Scripts/FilterBlame.js}}
None.
Binary search is generally faster, but some searches may require more fetches than expected (i.e., removal searches where both the current and earliest versions lack the text, and addition searches where both contain the text).