Greasy Fork is available in English.

Firepatrol

Mark changes as patrolled on MediaWiki wikis.

目前為 2015-02-18 提交的版本,檢視 最新版本

作者
Geoffrey De Belie
評價
0 0 0
版本
1.0
建立日期
2015-02-18
更新日期
2015-02-18
授權條款
未知
腳本執行於
所有網站

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.