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.
// Fast Delete
var fdButtons = [];
fdButtons[fdButtons.length] = {
    'summary': '[[w:Help:Spam|spam]]','label': 'S'
    };
fdButtons[fdButtons.length] = {
    'summary': '[[w:Help:Vandalism|vandalism]]','label': 'V'
    };
fdButtons[fdButtons.length] = {
    'summary': 'Housekeeping','label': 'HK'
    };
fdButtons[fdButtons.length] = {
    'summary': 'Cleanup','label': 'C'
    };
fdButtons[fdButtons.length] = {
    'summary': 'Unused','label': 'U'
    };
fdButtons[fdButtons.length] = {
    'summary': 'Unofficial/Not-Needed/Irrelevant','label': 'UNI'
    };
fdButtons[fdButtons.length] = {
    'summary': 'Other reason','label': 'Other'
    };
    
nukeDeleteReason = "Cleanup/Spam/Vandalism -contact [[User:Minato826]] if error";    
importArticles( {
    type: 'script',
    articles: [
        'u:dev:MediaWiki:Nuke/code.js',
        'u:dev:FastDelete/code.js'
    ]
} );

$(function() {
   $('<div class="wds-global-navigation__links"><a class="wds-global-navigation__link" href="/wiki/Special:ListUsers/sysop" target="_blank"><span>Admins</span></a></div>').insertBefore('.wds-global-navigation__search');
   $('<div class="wds-global-navigation__links"><a class="wds-global-navigation__link" href="/wiki/Special:Contributions/Minato826" target="_blank"><span>Contribs</span></a></div>').insertBefore('.wds-global-navigation__search');
   $('<div class="wds-global-navigation__links"><a class="wds-global-navigation__link" href="/wiki/Special:Statistics" target="_blank"><span>stats</span></a></div>').insertBefore('.wds-global-navigation__search');
    });
    
    $(window).load(function() {
    importArticles({
        type: "script",
        articles: [
        'u:dev:MediaWiki:AjaxBatchDelete/code.js',
        'u:dev:MediaWiki:AjaxBatchUndelete/code.js',
        'u:dev:MediaWiki:AjaxDiff/code.js',
        'u:dev:MediaWiki:AjaxRedirect/code.js',
        'u:dev:MediaWiki:AjaxRename/code.js',
        'u:dev:MediaWiki:AjaxUndo/code.js',
        'u:dev:MediaWiki:AutoEditDropdown/code.js',
        'u:dev:MediaWiki:AntiSoundcloud/code.js',
        'u:dev:MediaWiki:AnchoredRollback/code.js',
        'u:dev:MediaWiki:CacheCheck/code.js',
        'u:dev:MediaWiki:CategoryRenameAuto-update/code.js',
        'u:dev:MediaWiki:DisplayTimer/code.js',
        'u:dev:MediaWiki:FindAndReplace/code.js',
        'u:dev:MediaWiki:LastEdited/code.js',
        'u:dev:MediaWiki:Linksweeper/code.js',
        'u:dev:MediaWiki:MassRename/code.js',
        'u:dev:MediaWiki:MassRenameRevert/code.js',
        'u:dev:MediaWiki:MassProtect/code.js',
        'u:dev:MediaWiki:MassCategorization/code.js',
        'u:dev:MediaWiki:MultipleFileDelete/code.js',
        'u:dev:MediaWiki:PortableCSSPad/code.js',
        'u:dev:MediaWiki:RecentChangesMultiple/code.2.js',
        'u:dev:MediaWiki:RevealAnonIP/code.js',
        'u:dev:MediaWiki:RedirectManagement/code.js',
        'u:dev:MediaWiki:Rollback/code.2.js',
        'u:dev:MediaWiki:SearchSuggest/code.js',
        'u:dev:MediaWiki:View_Source/code.js',
        'u:dev:MediaWiki:ViewRemovedAlways/code.js',
        'u:starmanw:MediaWiki:MultiUpload/code.js',
        'u:starmanw:MediaWiki:QuickLogs/code.js',
        'u:dev:MediaWiki:WorkingMoreUsersCount.js'
        ]
    });
});

//Linksweeper
linkSweepConfirmation = true;
LinkSweeperDelay = 1000;

//MassRename settings
massRenameDelay = 1000;

//MassCat
massCategorizationDelay = 500;

importScriptPage('Mediawiki:ChatEditTools/code.2.js', 'dev');