No edit summary |
No edit summary Tag: Reverted |
||
Line 9: | Line 9: | ||
// hide the sidebar navigation. | // hide the sidebar navigation. | ||
document.querySelector('#sb-pri-tgl-btn').style.display = 'none'; | // document.querySelector('#sb-pri-tgl-btn').style.display = 'none'; | ||
document.getElementById('sb-pri-tgl-btn').remove(); | // document.getElementById('sb-pri-tgl-btn').remove(); |
Revision as of 21:20, 31 January 2025
mw.loader.using('mediawiki.user').then(function () {
mw.user.getGroups().then(function (groups) {
console.log('User groups:', groups);
if (groups.includes('sysop')) {
console.log('User is an administrator.');
}
});
});
// hide the sidebar navigation.
// document.querySelector('#sb-pri-tgl-btn').style.display = 'none';
// document.getElementById('sb-pri-tgl-btn').remove();