MediaWiki talk:Gadget-globalmassblock.js

Latest comment: 2 years ago by Camouflaged Mirage in topic Edit request

Edit request edit


In case this script is imported on a non-English wiki, replacing

mw.config.get( 'wgPageName' ) === 'Special:MassGlobalBlock'

by

mw.config.get( 'wgNamespaceNumber' ) === -1 && mw.config.get( 'wgTitle' ) === 'MassGlobalBlock'

would be helpful, since this makes the script independent of namespace prefix translations. ~~~~
User:1234qwer1234qwer4 (talk)
20:44, 14 October 2021 (UTC)Reply

This seems reasonable. Ruslik (talk) 20:51, 10 November 2021 (UTC)Reply
@1234qwer1234qwer4 Done. Do check for any errors. Thanks. Camouflaged Mirage (talk) 09:13, 30 November 2021 (UTC)Reply
Return to "Gadget-globalmassblock.js" page.