User:RHB/monobook.js

From Wikipedia, the free encyclopedia
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>
// Script from [[User:Lupin/recent2.js]]
mw.loader.load(
             'https://en.wikipedia.org/w/index.php?title=User:Lupin/recent2.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');

// [[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');

//Interiot's javascript edit counter
if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) {
  mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Interiot/Tool2/code.js&action=raw&ctype=text/javascript'); }

// Script from [[User:AndyZ/peerreviewer.js]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:AndyZ/peerreviewer.js' 
             + '&action=raw&ctype=text/javascript');
function inc (file) {
  mw.loader.load('/w/index.php?title='+file+'&action=raw&ctype=text/javascript&dontcountme=s');
}

// Script from [[User:Gimmetrow/fixRefs.js]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Gimmetrow/fixRefs.js' 
             + '&action=raw&ctype=text/javascript');

// Script from [[User:Omegatron/monobook.js/addlink.js]]
importScript('User:Omegatron/monobook.js/addlink.js'); //[[User:Omegatron/monobook.js/addlink.js]]
// Script from [[User:Dr_pda/prosesize.js]]
importScript('User:Dr_pda/prosesize.js'); //[[User:Dr_pda/prosesize.js]]

// Script from [[User:Dr pda/persondata.js]]
importScript('User:Dr pda/persondata.js'); //[[User:Dr pda/persondata.js]]

 // [[User:Outriggr/metadatatest.js]]      
 importScript('User:Outriggr/metadatatest.js');
assessmentMyTemplateCode = ["{{"+"WPBiography|living=|class=|priority=|core=|needs-infobox=|needs-photo=}}", "{{"+"WPLondon|class=|importance=}}"];
assessmentDefaultProject = "WPBiography";
assessmentOverrideWatchPref = true;
assessmentMarkAsMinor = true;

// Script from [[User:Dr pda/articlehistory.js]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Dr pda/articlehistory.js' 
             + '&action=raw&ctype=text/javascript');

//saving tab
$(addsaveaction);
function addsaveaction() {
 if(document.title.indexOf('Editing ') == 0) mw.util.addPortletLink('p-cactions','javascript:document.getElementById("wpSave").click();','save','Save');
}

importScript('User:AzaToth/twinkle.js');
// </nowiki>