User:Chlod/Scripts/RCP-CV Quicklink

From Wikipedia, the free encyclopedia
RCP-CV Quicklink
Author(s)Chlod
StatusStable
UpdatedJanuary 4, 2020; 4 years ago (2020-01-04)
Browser supportFirefox
Skin supportVector
SourceUser:Chlod/Scripts/RCP-CV Quicklink.js

Recent Changes Patrol - Counter-Vandalism Quicklink (RCP-CV or RCP-CV QL) is a script that adds an "RCP-CV" link on the user's personal tools (top bar).

Installation[edit]

English Wikipedia[edit]

Edit Special:MyPage/common.js or Special:MyPage/skin.js and append this to your scripts page:

importScript("User:Chlod/Scripts/RCP-CV Quicklink.js");

Other Wikipedia Languages[edit]

Add this to the common.js file of your account on that wiki:

mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Chlod/Scripts/RCP-CV%20Quicklink&action=raw&ctype=text/javascript');

Features[edit]

The link is preset to go to the following page:

https://en.wikipedia.org/wiki/Special:RecentChanges?damaging=likelybad%3Bverylikelybad&goodfaith=likelybad%3Bverylikelybad&hidebots=1&hidecategorization=1&hideWikibase=1&limit=50&days=7&damaging__likelybad_color=c3&damaging__verylikelybad_color=c3&goodfaith__likelybad_color=c4&goodfaith__verylikelybad_color=c5&lastRevision__hidelastrevision_color=c1&urlversion=2

If you would like to have it lead to your own page, you can modify the link by modifying rcpcvqlTargetLink before importing the script.

rcpcvqlTargetLink = "https://en.wikipedia.org/wiki/Special:RecentChanges";
importScript("User:Chlod/Scripts/RCP-CV Quicklink.js");

Source[edit]

The source can be found at User:Chlod/Scripts/RCP-CV Quicklink.js. Like all Wikipedia pages, the license is CC BY-SA 3.0.

Discussion[edit]

You may visit my talk page if you have any concerns.