Firepatrol

Mark changes as patrolled on MediaWiki wikis.

As of 2015-12-30. See the latest version.

Author
Geoffrey De Belie
Ratings
0 0 0
Version
1.2
Created
2015-02-18
Updated
2015-12-30
License
N/A
Applies to
All sites

Usage

Firepatrol marks unreviewed (unpatrolled) changes as reviewed (patrolled).
It uses the shortcut CTRL+M. When the change has already been patrolled,
you are taken to the next page.

Installation

1) First, install a browser extension that supports user scripts like Greasemonkey (Firefox) or Tampermonkey (Chrome). Restart Firefox in case you are using that browser.
2) Click the green installation button on this page.
3) Setup common.js:

If you are not on nl.wikipedia.org, create a new page on your wiki called User:yourusername/mark.js
with the contents of https://nl.wikipedia.org/w/index.php?title=Gebruiker:MrBlueSky/markeer.js

Now, add this for nl.wikipedia.org:
importScript('Gebruiker:MrBlueSky/markeer.js');
to http://nl.wikipedia.org/wiki/User:myusername/common.js

Add this for other wikis:
importScript('Gebruiker:yourusername/mark.js');
to http://yourdomain/wiki/User:myusername/common.js

Note: if you do not have a wiki account yet and you want to use this script on Wikipedia, create a new account:
https://en.wikipedia.org/w/index.php?title=Special:UserLogin&returnto=Main+Page&type=signup

You need this for step 3.