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.
// <nowiki>
// CSS for AWB
//var isIE=((self.navigator.appName).indexOf("Microsoft"));
//if (!isIE) {
//document.write('<style type="text/css">@import "/w/index.php?title=User:GeorgeMoney/AWB.css&action=raw&ctype=text/css";</style>');
//}

// [[User:Lupin/popups.js]]

mw.loader.load(
             'https://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');

popupFixRedirs=true;
popupRevertSummaryPrompt=true;
popupFixDabs=true;
popupImages=false;
//popupStructure='fancy';
popupMaxWidth=false;
popupNavLinkSeparator=' &bull; ';

mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Interiot/Tool2/code.js&action=raw&ctype=text/javascript');

// And now... [[Wikipedia:WikiProject User scripts/Scripts/Twinklefluff]]
importScript('User:AzaToth/morebits.js');
importScript('User:AzaToth/twinklefluff.js');
importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
importScript('User:AzaToth/twinklewarn.js');
importScript('User:AzaToth/twinklearv.js');
importScript('User:AzaToth/twinklespeedy.js');
importScript('User:AzaToth/twinklediff.js');
importScript('User:AzaToth/twinkleprotect.js');
importScript('User:AzaToth/twinkleprod.js');
importScript('User:AzaToth/twinklexfd.js');

TwinkleConfig = {
        userTalkPageMode        :       'window', //'window', 'tab' or 'blank'
        showSharedIPNotice      :       false, // true or false
        openAOLAnonTalkPage     :       false, // true or false
        addAdToSummary          :       true, // true or false
        addAdToDeletionSummary  :       false, // true or false (admin only)
        watchSpeedyPages        :       [ 'g3', 'g5', 'g10', 'g11', 'g12' ], // CSD normals
        watchRevertedPages              :       [ 'agf', 'norm', 'vand', 'torev' ],
        overrideWatchRevertedPages      :       [ 'agf', 'norm', 'vand', 'torev' ],
        markRevertedPagesAsMinor        :       [ 'agf', 'norm', 'vand', 'torev' ],
        overrideMarkRevertedPagesAsMinor:       [ 'agf', 'norm', 'vand', 'torev' ],
        deleteTalkPageOnDelete  :       true, // delete talk page (admin only)
        markProdPagesAsMinor : false,
};

// </nowiki>