Jump to content

User:JorisvS/monobook.js

From Wikipedia, the free encyclopedia
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.
/* the "complete" module of AutoEd */
importScript('Wikipedia:AutoEd/complete.js');
/* User:GregU/dashes.js */
/* importScript( 'User:GregU/dashes.js' );// Backlink: [[User:GregU/dashes.js]] */

function cleanup(str) { //MAIN FUNCTION describes list of fixes

 //Spacing, periods and interpucts
  str = str.replace(/  /g, ' '); //double space
  
  return str;
}