Skip to content
Dario Giovannetti edited this page Dec 15, 2017 · 24 revisions

Wiki Monkey is a MediaWiki user script that provides editor-assisting and bot functionality.

Installation

Note: since version 4.0.0 the Greasemonkey/Tampermonkey/Violentmonkey and standalone versions are no longer released. Only the MediaWiki user-script versions are maintained, and their previous-version URLs are preserved, but now those scripts also have a version with a simplified name: existing users are encouraged to update their installations, as the old names may be deprecated in the future.

Add one of the following lines to your User:Name/common.js page.

For ArchWiki:

mw.loader.load('https://raw.githubusercontent.com/kynikos/wiki-monkey/master/dist/WikiMonkey-ArchWiki.js');

For Wikipedia:

mw.loader.load('https://raw.githubusercontent.com/kynikos/wiki-monkey/master/dist/WikiMonkey-Wikipedia.js');

Note: this may not work on all browsers, see Troubleshooting#browser-complains-about-mime-content-type-mismatch for a possible problem and its workaround.

Usage

Wiki Monkey's functions are provided by plugins whose interfaces can be accessed from within some particular pages in the wiki. Also some modifications to MediaWiki's interface are installed.

See Usage and Bundled plugins for more information.

Configuration

See Configuration for instructions.

See also