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('User:Cameltrader/Advisor.js');
/*
//WikiTrust:
$.holdReady(true);
mediaWiki.loader.load("https://toolserver.org/~netaction/wikitrust.js"); //Benutzer:NetAction/WikiTrust/WikiPraise
*/

importScript('User:Ohconfucius/script/MOSNUM dates.js');  //fixes dates to work with MOS

importScript('User:Equazcion/ActiveWatchers.js'); //counts the number of watchers who are actively editing
importScript('User:Ucucha/duplinks.js'); //adds link in toolbar to check for duplicate wikilinks
importScript('User:Dr_pda/prosesize.js'); //adds a link to toolbar to count words on page
importScript('Wikipedia:AutoEd/complete.js'); //AutoEd
mw.loader.load('//ru.wikipedia.org/w/index.php?title=MediaWiki:Gadget-markblocked.js&action=raw&ctype=text/javascript'); //crosses-out sigs of blocked/banned editors
importScript('User:Ohconfucius/script/formatgeneral.js');  //general formatting
importScript('User:Kephir/gadgets/rater.js'); //helps with article assessment

// Add [[WP:Reflinks]] launcher in the toolbox on left
$(function () {
 mw.util.addPortletLink(
  "p-tb",     // toolbox portlet
  "http://toolserver.org/~dispenser/cgi-bin/webreflinks.py/" + wgPageName
   + "?client=script&citeweb=on&overwrite=&limit=20&lang=" + wgContentLanguage,
  "Reflinks"  // link label
)});

//helps with conversion to list-defined references (WP:LDR)
// var SegregateRefsJsAllowConversion = true;
importScript('User:PleaseStand/segregate-refs.js');