From Wikipedia, the free encyclopedia
User script
reportSpam
Author(s) User:Rutilant
First releasedFebruary 18, 2019; 5 years ago (2019-02-18)
Browser support Google Chrome, Firefox
Source User:Rutilant/reportSpam.js
GitHub repository reportSpam

A user script to help recent changes patrollers report spambots quickly.

Installation

Usage

Configuration

For optional configurations, create a global object named reportSpam_customconfig.

Key Type Default Detail
debug boolean false If set to true, all error messages and logs will be printed to the browser console.
disable_notification boolean false If set to true, the "mw.notify()"—the popup-ish thing—will be disabled.
report_page string "Wikipedia:Administrator intervention against vandalism" The page to submit reports to. There's no reason to modify this unless you want to run it on your sandbox.
edit_summary string "Added report for a possible spambot: [[Special:Contributions/$username|$username]] ([[User:Rutilant/reportSpam|reportSpam]])" The $username is a placeholder which gets replaced by the username of the user being reported.

Example

var reportSpam_customconfig = {
  debug: true,
  edit_summary: "Added report for $username."
};
From Wikipedia, the free encyclopedia
User script
reportSpam
Author(s) User:Rutilant
First releasedFebruary 18, 2019; 5 years ago (2019-02-18)
Browser support Google Chrome, Firefox
Source User:Rutilant/reportSpam.js
GitHub repository reportSpam

A user script to help recent changes patrollers report spambots quickly.

Installation

Usage

Configuration

For optional configurations, create a global object named reportSpam_customconfig.

Key Type Default Detail
debug boolean false If set to true, all error messages and logs will be printed to the browser console.
disable_notification boolean false If set to true, the "mw.notify()"—the popup-ish thing—will be disabled.
report_page string "Wikipedia:Administrator intervention against vandalism" The page to submit reports to. There's no reason to modify this unless you want to run it on your sandbox.
edit_summary string "Added report for a possible spambot: [[Special:Contributions/$username|$username]] ([[User:Rutilant/reportSpam|reportSpam]])" The $username is a placeholder which gets replaced by the username of the user being reported.

Example

var reportSpam_customconfig = {
  debug: true,
  edit_summary: "Added report for $username."
};

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook