More languages
More actions
m (Hiding element) |
m (Discarded idea – it takes too long to hide the objects. Because JavaScript loads after the page was loaded) |
||
Line 1: | Line 1: | ||
$(function() { | $(function() { | ||
if (mw.config.get('wgUserGroups').includes('sysop')) { | |||
console.log("You are a sysop on ProleWiki. Congratulations!") | |||
console.log("A courtesy of MediaWiki:Gadget-test.js") | |||
} | } | ||
}); | }); |