Community Central
Community Central
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 12: Line 12:
 
'1 month': 'a month',
 
'1 month': 'a month',
 
'2 months': '2 months',
 
'2 months': '2 months',
  +
'6 months': '6 months',
 
'1 year': '1 year',
 
'1 year': '1 year',
 
'never': 'Never'
 
'never': 'Never'

Revision as of 19:11, 21 December 2016

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',
        '6 months': '6 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!
    ]
});

/*Still doing my best to stop this Fandom crap*/
$('svg.wds-global-navigation__logo-fandom').replaceWith('<img src="http://vignette2.wikia.nocookie.net/fghfghfgh510s-sandbox/images/2/2f/Wikia_logo_large.jpg/revision/latest?cb=20161004230637" />');