User:DemonDays64/Scripts/Dumb quotes.js: Difference between revisions

Content deleted Content added
Revert
Seems bad potentially. A different script should do those.
Line 48:
makeAndRunRegex(/(‘|’)/g, "'");
makeAndRunRegex(/(“|”)/g, '"');
makeAndRunRegex(/(«|»)/g, '"');
makeAndRunRegex(/(‹|›)/g, "'");
doEdit();
setEditSummary("Replaced smart quotes with dumb with [[User:DemonDays64/Scripts/Dumb quotes.js|script]] per [[MOS:CQ]]. Problem? [[User talk:DemonDays64|Tell the author]]", true);