User:Awesome Aasim/rcwidget

From Wikipedia, the free encyclopedia
rcwidget
UpdatedApril 13, 2024
    (3 days ago)
SourceUser:Awesome Aasim/rcwidget.js

This script adds an RC patrol widget to your sidebar. It allows you to patrol recent changes without requiring loading Special:RecentChanges.

Installation[edit]

importScript("User:Awesome Aasim/rcwidget.js");

or

mw.loader.load("//en.wikipedia.org/wiki/User:Awesome Aasim/rcwidget.js?action=raw&ctype=text/javascript");

to Special:MyPage/common.js. Minerva skin is not supported, as well as Timeless while using on a mobile device.

Configuration[edit]

There are only two things to configure at the moment; the ORES level, and whether to only show edits with ORES rankings.

The ORES level can be configured by adding rcwidget.orestolerance = confidence level; immediately after the importscript or mw.loader.load on your common.js file, where confidence level is a number from 0 to 1 indicating with how much confidence the edit has problems. By default, this is 0.70.

You can also decide to only show edits with ORES by setting rcwidget.onlyshowores = true;.

Use[edit]

All edits with higher than 70% confidence that the edit has problems (or whatever confidence level you set) will be bolded. The feed is updated in realtime. It is pretty straight forward.