User:Mkdw/monobook.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .css page for this skin can be added at User:Mkdw/monobook.css. |
// [[User:Lupin/popups.js]]
importScript('User:Lupin/popups.js');
popupImages=false;
popupDelay=0.0;
popupHideDelay=0.0;
popupImageLinks=false;
imagePopupsForImages=false;
importScript('User:Mr.Z-man/closeAFD.js');
//CSD Deleter and Decliner
importScript('User:Ale_jrb/Scripts/csdcheck.js');
var notifyByDefaultDel = true;
/* User:APerson/delsort.js */
importScript( 'User:APerson/delsort.js' );// Backlink: [[User:APerson/delsort.js]]
importScript('User:Ale_jrb/Scripts/csdhelper.js');
//Configuration for CSDHelper
var overwriteDeclineReasons = true;
var notifyByDefaultDel = false;
var notifyByDefaultDec = false;
var notifyByDefaultPrd = false;
var notifyByDefaultNew = false;
var redirectAfterDel = mw.config.get('wgServer') + '/wiki/' + mw.config.get('wgPageName');
var myDeclineListing = '%CRITERION%: %REASON%';
var myDeclineSummary = 'Decline speedy - %REASON%';
var myDeclineSummarySpecial = 'Decline speedy - %REASON%';
var logOnDecline = false;
importScript('User:SoWhy/csdreasons.js');
// Set of custom decline and delete reasons
// End configuration