StewardScript

From Meta, a Wikimedia project coordination wiki

StewardScript

StewardScript tweaks the user interface for stewards for their convenience. It extends the sidebar (with links to steward pages), Special:Block (with links to stalktoy and Special:CentralAuth if preloaded with a target), Special:CentralAuth (with links to external tools, one-click status selection, a preselected template reason, and convenience links in the 'local accounts' list), and Special:UserRights (with template summaries).

Installation[edit]

  1. Copy the following code to your global.js page (for all wikis) or your common.js page (for Meta only).
    /**
     * StewardScript extends the user interface for Wikimedia stewards' convenience.
     * @see https://meta.wikimedia.org/wiki/StewardScript
     * @update-token [[File:pathoschild/stewardscript.js]]
     */
    mw.loader.load('//tools-static.wmflabs.org/meta/scripts/pathoschild.stewardscript.js');
    
  2. Refresh your browser to reload the JavaScript. (In Chrome or Firefox, press [CTRL] and [R] at the same time.)

See also[edit]