Related changes
More actions
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
24 May 2026
3 May 2026
| N 12:56 | User:DarkMatterMan4500/cuStaleness.js diffhist +15,668 DarkMatterMan4500 talk contribs (Created page with "//<nowiki> →* * @brief Checkuser staleness checker. * @desc Checks contribs, deleted contribs, and user creation date, and determines whether the account has activity past the 90-day checkuser staleness mark. * @author Originally written by Writ Keeper. Modified by User:mdaniels5757 for Commons. * @license CC-BY-SA-3.0 * @copyright (c) 2017-2020 by the Authors: if(typeof maxUsersCUStaleness !== "number" || maxUsersCUStaleness < 1) { maxUsersCUStaleness = 50;...") | ||||
| N 12:36 | User:DarkMatterMan4500/mark-locked.js diffhist +5,756 DarkMatterMan4500 talk contribs (Created page with "// <nowiki> // @ts-check // Companion to markblocked - asynchronously marks locked users // Chunks borrowed from User:Krinkle/Scripts/CVNSimpleOverlay_wiki.js, // User:GeneralNotability/ip-ext-info.js, and MediaWiki:Gadget-markblocked.js (()=> { const api = new mw.ForeignApi('https://meta.wikimedia.org/w/api.php', { userAgent: 'Marked-locked-userscript' }); /** * Get all userlinks on the page * * @param {JQuery} $content page contents * @return {Map} list...") | ||||