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('User:S/tags.js');

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

importScript('User:MarkS/extraeditbuttons.js'); //[[User:MarkS/extraeditbuttons.js]]

/**** welcome new user ****/
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Nmajdan/welcome_newuser.js' +
  '&action=raw&ctype=text/javascript');

importScript('User:Tra/userwatchlist.js'); //[[User:Tra/userwatchlist.js]]

//

importScript('User:Tra/sidebartranslate.js'); //[[User:Tra/sidebartranslate.js]]

// [[User:Lupin/popups.js]]

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


if(wgNamespaceNumber==2||wgNamespaceNumber==3) addOnloadHook(function() {
  var n = wgTitle;
  if(n.indexOf('/')!=-1)  n = n.substring(0,wgTitle.indexOf('/'))
  mw.util.addPortletLink('p-tb', wgScript + '?title=Special:Listusers&username=' + n,'User Search','t-usersearch','Special:Listusers&username=' + n);
})