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.
// auto watch rollbacked pages, by [[User:Alex Smotrov]]
//  $(function(){
//   if( mw.config.get('wgAction') == 'rollback' ){
//     $('#ca-watch a').click();
//   }
//  })

// Shubinator's DYKcheck
//  importScript('User:Shubinator/DYKcheck.js'); //DYKcheck tool
//  fixedSidebar = "never";

// Mr.Z-man's RefToolbar
//  importScript('User:Mr.Z-man/refToolbar 2.0.js'); //RefToolbar

// "Link classifier" (see User:Anomie/linkclassifier)
  importScript('User:Anomie/linkclassifier.js'); // Linkback: [[User:Anomie/linkclassifier.js]]
//  importStylesheet('User:Anomie/linkclassifier.css'); – older version added to User:Bruce1ee/vector.css

// "Pending changes" menu in the sidebar
//  importScript('User:Joshua Scott/Scripts/pendingchanges.js');
//  pendch_refresh = 5;
//  pendch_num_pages = 50;

// [[User:Lupin/popups.js]] - please include this line
 // document.write('<script type="text/javascript" src="'
 //              + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
 //              + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 // // popupDelay=2;
 // popupStructure='menus';
 // popupImages=false;

// Comments in Local Time script
  importScript('User:Gary King/comments in local time.js');
  // [[User:Gary King/comments in local time.js]]
  LocalComments = {
        dateDifference: false,
        dateFormat: 'dmy',
        timeFirst: true,
        twentyFourHours: true,
        dayOfWeek: false,
        dropDays: 0,
        dropMonths: 0
  };

// User:Ohconfucius scripts
  importScript("User:Ohconfucius/dashes.js");
//  hotkeys = {
//    'e' : 'moved External links to bottom per [[MOS:LAYOUT]]',
//    'k' : 'rm bad-faith report – vandalism',
//    'l' : 'fixed caps per [[WP:Section caps]]',
//    'n' : 'added non-breaking space per [[MOS:NBSP]]'
//  };

// Mark all linked blocked users with a strikethrough (commented out, now a Gadget)
//  importScript('User:NuclearWarfare/Mark-blocked script.js');

// Hot Cat configuration
//  window.hotcat_no_autocommit = true;

// Mark duplicate links
//  importScript('User:Ucucha/duplinks.js'); // [[User:Ucucha/duplinks]]

// Format dates
  importScript('User:Ohconfucius/script/MOSNUM dates.js'); // [[User:Ohconfucius/script/MOSNUM dates.js]]

// Nominations Viewer
//  importScript('User:Gary/nominations viewer.js'); // [[Wikipedia:Nominations Viewer]]

// Navigation_popups configuration
  window.popupDelay = 1
  window.popupHideDelay = 0.1

// Adds a "Page views" link under "Tools" in the sidebar
  importScript('User:PrimeHunter/Pageviews.js'); // Linkback: [[User:PrimeHunter/Pageviews.js]]

// Adds {{harv}} & {{sfn}} checker
  importScript('User:Svick/HarvErrors.js'); // Backlink: [[User:Svick/HarvErrors.js]]

// Adds LintHint
  var myLintHints = { };
  myLintHints.rooms = "*";
  mw.hook( "lintHint.config" ).fire( myLintHints );
  mw.loader.load( "https://en.wikipedia.org/w/index.php?title=User:PerfektesChaos/js/lintHint/r.js&action=raw&maxage=86400&ctype=text/javascript" );

// Fixes wikEdDiff script
//  importScript('User:GreenC/wikEdDiff2.js');

// DanCherek's new RX form for testing
//  mw.loader.load( '/w/index.php?title=User:DanCherek/Resource-Request-form.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:DanCherek/Resource-Request-form.js]]

// RevDelete helper script
importScript( 'User:Enterprisey/cv-revdel.js' ); // Backlink: [[User:Enterprisey/cv-revdel.js]]