Jump to content

User:Mkdw/monobook.js

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// [[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