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.
importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
importScript('Wikipedia:WikiProject User scripts/Scripts/defaultsort');
importScript('Wikipedia:WikiProject User scripts/Scripts/Unwatch');
importScript('Wikipedia:WikiProject User scripts/Scripts/Formatter');
importScript('Wikipedia:WikiProject User scripts/Scripts/Inline section editor');
// [[User:Outriggr/metadatatest.js]]      
importScript('User:Outriggr/metadatatest.js');
assessmentMyTemplateCode = ["{"+"{WPBiography|class=|importance=}}","{"+"{AfricaProject|class=}}","{"+"{WikiProject Africa|class=}}","{"+"{film|class=}}","{"+"{WP Languages|class=}}","{"+"{LGBTProject|class=}}","{"+"{WPUKgeo|class=}}","{"+"{WPE|class=}}","{"+"{Ethnic groups|class=}}"];
assessmentDefaultProject = "WPBiography";
assessmentMarkAsMinor = false;
assessmentOverrideWatchPref = true;
// [[User:Lupin/popups.js]]
importScript('User:Lupin/popups.js');
popupFixDabs = true;
// Script from [[User:AndyZ/peerreviewer.js]]
importScript('User:AndyZ/peerreviewer.js'); //[[User:AndyZ/peerreviewer.js]]
//saving tab
 addOnloadHook(addsaveaction);
 function addsaveaction() {
 if(document.title.indexOf('Editing ') == 0)   mw.util.addPortletLink('p-cactions','javascript:document.getElementById("wpSave").click();','save','Save');
 }
// skip talk page on categories when assessing - time saver
 function catSwapButton() {
  if(document.title.indexOf('Category:' == 0)) {
    mw.util.addPortletLink('p-cactions','javascript:catSwap();','De-Talkify','ca-catswap','change category links from talk pages to article pages');
   }
 }
 
 addOnloadHook(catSwapButton)
 
 function catSwap() {
   var cat = document.getElementById('mw-pages');
   cat.innerHTML = cat.innerHTML.replace(/Talk\:/g,'').replace(/[_\s]talk\:/g,':');
 }
//Tags
importScript('User:S/tags.js');
//importScript('User:S/tags_test.js');

// install [[User:Cacycle/wikEd]] in-browser text editor
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript"></' + 'script>');

importScript('User:Quarl/util.js');
importScript('User:Quarl/wikipage.js');


importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
importScript('Wikipedia:WikiProject Deletion sorting/delsort.js');

importScript('User:Drilnoth/assessortags.js'); //See [[User:Drilnoth/assessortags.js/doc]] for details

importScript('User:Cameltrader/Advisor.js');

// [[User:Dschwen/highlightredirects.js]] - please include this line 
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Dschwen/highlightredirects.js' 
             + '&action=raw&ctype=text/javascript');

importScript('User:Shubinator/DYKcheck.js'); //DYKcheck tool


importScript('User:Smith609/toolbox.js'); //Ctiation bot

importScript('User:Tony1/monobook.js/script.js'); //Tony1's unlink

importScript('User:Lupin/recent2.js');

importScript('User:Dr_pda/prosesize.js'); //[[User:Dr_pda/prosesize.js]]

importScript('User:Topbanana/RLRL_SR_Utility.js' );