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.
// [[Wikipedia:Tools/Navigation popups]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-popups.js&action=raw&ctype=text/javascript');
mw.loader.load('https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-navpop.css&action=raw&ctype=text/css', 'text/css');

//charinsert
mw.loader.load('https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-charinsert-styles.css&action=raw&ctype=text/css', 'text/css');
mw.loader.load('https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-charinsert.js&action=raw&ctype=text/javascript');
mw.loader.load('https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-charinsert-core.js&action=raw&ctype=text/javascript');


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

//replyLink
window.replyLinkSigPrefix = "--";
window.replyLinkPreloadPing = "button";
window.replyLinkCustomSummary = true;
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Enterprisey/reply-link.js&action=raw&ctype=text/javascript');

// Add custom Character Inserter entries, to the end of the first 2 groupings
window.charinsertCustom = {
 "Insert": ' Wl: [[+]] Strike: <s>+</s> Ping: {\{u|+}} Tq: {\{tq|1="+"}} Cd: <code>+</code> Wl(:): [[:+]] Other: {\{other|+}} Archival: {\{archival_version|+}} Compressed: {\{compressed_version|+}} Ret: {\{retouched|+}} Gl: {\{Graphic_lab|Commons}} Sh: \<syntaxhighlight.lang="javascript"\>+\</syntaxhighlight\> Us:',
 "Wiki markup": ' Wl: [[+]] Strike: <s>+</s> Ping: {\{u|+}} Tq: {\{tq|1="+"}} Cd: <code>+</code> Wl(:): [[:+]] Other: {\{other|+}} Archival: {\{archival_version|+}} Compressed: {\{compressed_version|+}} Ret: {\{retouched|+}} Gl: {\{Graphic_lab|Commons}} Sh: \<syntaxhighlight.lang="javascript"\>+\</syntaxhighlight\> Us:'
};

//Wrapper for future deprecation of importScript
////////////////////////////////////////////////
window.importScript = function (pageName) {
mw.loader.using('mediawiki.util').then(function () {
var conf = mw.config.get(['wgServer', 'wgScript']),
url = conf.wgServer + conf.wgScript + '?title=' + mw.util.wikiUrlencode(pageName) +
'&action=raw&ctype=text/javascript';
mw.loader.load(url); }); };

//Add some extra links to Vector interface
//////////////////////////////////////////
importScript('User:Begoon/addVectorLinks.js');

//testing
/////////
importScript('User:Masumrezarock100/onlinemidi.js');

// [[User:Perhelion/simpleSVGcheck.js]]
///////////////////////////////////////
if (mw.config.get('wgNamespaceNumber') === 6 && /SVG/i.test(mw.config.get('wgTitle').slice(-3)))
    importScript('User:Perhelion/simpleSVGcheck.js');


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