Community Central
Community Central

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
linkSweepConfirmation = true;
LinkSweeperDelay = 1000;
massUserRightsDelay = 1000;
importScriptPage('MassUserRights/code.js', 'dev');
WHAMDelay = 1000;
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:FindAndReplace/code.js',
        'u:dev:AjaxRC/code.js',
        'u:dev:Mediawiki:QuickToolsv2/code.js',
        'u:dev:MediaWiki:WHAM/code.2.js',
        'u:dev:MediaWiki:AjaxBatchDelete/code.2.js',
        'u:dev:Linksweeper/code.js',
        'w:c:dev:SpellCheckModule/code.js',
        'u:dev:AutoEditPages/code.js',
    ]
});
if (mw.config.get("wgUserGroups").indexOf('sysop') > -1) {
  massCategorizationDelay = 1000;
  importScriptPage('MediaWiki:MassCategorization/code.js', 'dev');
}