Content deleted Content added
Ohconfucius (talk | contribs) fix bug in last edit |
Ohconfucius (talk | contribs) adjusted for false positive in infobox books |
||
Line 252:
txt.value=txt.value.replace(/\|\s?___location\s?\=\s?USA\s?(\|[^}]*|)\|\s?___location\s?\=\s?USA/g, '|___location=USA $1');
txt.value=txt.value.replace(/\|\s?___location\s?\=\s?New York(?: City|)\s?(\|[^}]*|)\|\s?___location\s?\=\s?(New York(?: City|)|USA)(?=[\s\.]*[\|\}])/g, '|___location=New York $1');
txt.value=txt.value.replace(/- [\w]*\.com[ ]*\|/gi, '|');
|