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.
window.ajaxPages = ["Special:WikiActivity", "Special:RecentChanges", "Special:Watchlist", "Special:Log"];
AjaxRCRefreshText = 'Auto-Refresh';

WHAMBotReason = "Cleanup";
WHAMDelay = 100;

window.AjaxBlock = {
    expiryTimes: {
        '2 hours': '2 hours',
        '1 day': 'one day',
        '1 week': 'a week',
        '1 month': 'a month',
        '2 months': '2 months',
        '1 year': '1 year',
        'never': 'Never'
    },
    blockReasons: {
        '[[w:Help:Vandalism]]': 'Vandalism',
        '[[w:Help:Spam]]': 'Spam',
        'Under the legal age': 'COPPA',
        'Removing information/blanking articles': 'Blanking',
        'Sockpuppetry': 'Socking',
        'Being Caidin' : 'Caidin' /*Don't ask*/
    },
    check: {
        creation: true,
        talk: false,
        autoBlock: false,
        override: false
    }
};

importArticles({
    type: 'script',
    articles: [
                'u:dev:MediaWiki:AjaxRC/code.js',               // I'm too lazy to refresh the page 110% of the time
        'u:dev:MediaWiki:AjaxBlock/code.js',            // Also too lazy to have to leave pages to block users.
                'u:dev:MediaWiki:Rollback/code.js',             // Who needs rights?
        'u:dev:MediaWiki:AjaxPatrol/code.js',           // Idk why I added this, I'm too lazy to patrol anything anyways
        'u:dev:MediaWiki:DisplayClock/code.js',         // Who needs rights?
        'u:dev:MediaWiki:FileUsageAuto-update/code.js', // If I'm too lazy to refresh pages then I'm sure as hell too lazy for this crap
        'u:dev:MediaWiki:LastEdited/code.js',           // Wait, who edited again?
        'u:dev:MediaWiki:PurgeButton/code.js',          // The Purge!
        'u:dev:MediaWiki:ViewRemoved/code.js',          // Can't hide nothin' from me
        'u:dev:MediaWiki:WHAM/code.2.js',               // Vandals fear me!
    ]
});