More languages
More actions
m (Attempting to trigger message only at a specific page) |
m (Discarded idea – it takes too long to hide the objects. Because JavaScript loads after the page was loaded) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
$(function() { | $(function() { | ||
if (mw.config.get(' | if (mw.config.get('wgUserGroups').includes('sysop')) { | ||
console.log("sysop | console.log("You are a sysop on ProleWiki. Congratulations!") | ||
console.log(" | console.log("A courtesy of MediaWiki:Gadget-test.js") | ||
} | } | ||
}); | }); |