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:Mr.Z-man/badimages.js');
//importScript('User:AndyZ/peerreviewer.js'); //[[User:AndyZ/peerreviewer.js]]
importScript('User:Mr.Z-man/refbuttons.js');
importScript('User:Tra/sidebartranslate.js');
//importScript('User:AnonEMouse/translators.js'};
importScript('User:TachyonJack/gTranslate.js');
importScript('User:Smith609/toolbox.js');
importScript('User:Olliminatore/sign.js');
addOnloadHook(function() {
  document.getElementById('searchform').action = 'http://www.google.com/search'; 
  document.getElementById('searchInput').name = 'q'; 
  document.getElementById('searchGoButton').name = 'btnG'; 
  document.getElementById('mw-searchButton').name = 'btnI'; 
  document.getElementById('searchGoButton').value = 'G'; 
  document.getElementById('mw-searchButton').value = 'Lucky!'; 
  var enwp = document.createElement('input');
  enwp.id = 'as_sitesearch';
  enwp.name = 'as_sitesearch';
  enwp.value = 'en.wikipedia.org';
  enwp.type = 'hidden';
  document.getElementById('searchform').appendChild(enwp);
  return false;
});

importScript('User:AzaToth/morebits.js'); 
importScript('User:Ioeth/friendlytalkback.js');