User:Ohconfucius/script/formatgeneral.js: Difference between revisions

Content deleted Content added
disable color box removal
rem hash fix (porting to Engvar script)
Line 431:
///e-acute accent in spelling
regex(/\b(caf|clich)e\b/g, '$1é');
 
}
function Ohc_format_MOSHASH(){
//hash fixes
regex(/([^=] )#(\d{1,3}[,\.]?[<\s])/gi, '$1No. $2');
 
}
Line 819 ⟶ 813:
Ohc_format_MOSFLAG();
Ohc_format_MOSPUNCT();
Ohc_format_MOSHASH();
Ohc_format_COMMONALITY();
}