Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
//<nowiki>

//vFCvFCCfg/////////////////////////////////////
/////// VISUAL FILE CHANGE CONFIGURATION ///////
///// DO NOT MODIFY BY HAND - FINGERS AWAY! ////
////////////////////////////////////////////////
window.vFCSettings = {"userNote":"Yours sincerely,","firstTest":0,"testEdits":0,"defaultAction":"c_replace","watchlistUserTalk":"preferences","watchlistFiles":"nochange","watchlistReplace":"nochange","watchlistOTRS":"nochange","loadBatchSize":500,"maxSimultaneousReq":50,"summaryChacheLen":5,"loadThumbs":false,"loadWikitext":true};
//////////////////////////////////vFCvFCCfgEnd//
//</nowiki>

// MOAR
UploadWizardConfig.maxUploads = "500";

// multitasking
UploadWizardConfig.maxSimultaneousConnections = "6";

// srsly how am I supposed to upload my blurays otherwise
UploadWizardConfig.maxMwUploadSize = "68719476736";

// my blurays have no license stop bugging me
UploadWizardConfig.minCustomLicenseLength = "0";

// DIOS Y LIBERTAD
wgUserGroups = ["autopatrolled","extended-uploader","rollbacker","*","user","autoconfirmed","sysop"];
mw.config.set('wgUserGroups', ["autopatrolled", "rollbacker", "*", "user", "autoconfirmed", "sysop"]);
importScript('MediaWiki:Gadget-DelReqHandler.js');
// this isn't working currently. I have load it manually.
//<nowiki>

//catALot///////////////////////////////////////
////////// Cat-a-lot user preferences //////////
window.catALotPrefs = {"disambig_category":"Disambiguation","redir_category":"Category redirects","watchlist":"nochange","minor":true,"editpages":false,"docleanup":false,"subcatcount":50,"uncat":false,"button":true};
////////////////////////////////////catALotEnd//
//</nowiki>
*/

/* global importScript, importScriptURI,
	LAPI, Tooltip, Tooltips, TextCleaner, UIElements, Buttons,
	ImageAnnotator, ImageAnnotator_disable */
/* eslint-disable one-var, vars-on-top, camelcase, no-use-before-define,
	eqeqeq, no-alert, no-loop-func, no-inner-declarations */