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:Chicocvenancio/HelpDeskTBLinks.js'); // [[User:Chicocvenancio/HelpDeskTBLinks.js]]
importScript('User:Equazcion/SkipFileWizard.js'); // Backlink: [[User:Equazcion/SkipFileWizard.js]]

mw.util.addPortletLink(
  'p-personal',
  mw.util.getUrl( 'User:' + mw.config.get( 'wgUserName' ) + '/ESP'),
  'ESP',
  'pt-ESP',
  'ESP replies',
  null,
  '#pt-preferences'
);
 
mw.util.addPortletLink(
  'p-personal',
  mw.util.getUrl( 'User:' + mw.config.get( 'wgUserName' ) + '/sandbox3'),
  'Sandbox3',
  'pt-sandbox3',
  'Your 3rd sandbox',
  null,
  '#pt-preferences'
);

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

$(function () {
	$('<input type="hidden" name="sort" value="last_edit_desc">').appendTo('#searchform');
});