Main public logs
More actions
Combined display of all available logs of WikiOasis Meta. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:36, 3 May 2026 DarkMatterMan4500 talk contribs created page User:DarkMatterMan4500/mark-locked.js (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...")