「User:Irukaza/js/editConflict.js」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要
imported>=海豚= 無編輯摘要 |
imported>=海豚= 無編輯摘要 |
||
| 行 23: | 行 23: | ||
if (window.localStorage.getItem('Traditional Chinese')) { | if (window.localStorage.getItem('Traditional Chinese')) { | ||
$("#wpTextbox1").val($("#wpTextbox1").val() | $("#wpTextbox1").val($("#wpTextbox1").val() | ||
.replace(/\<gallery>.*\<\/gallery>/g,"`$1") | |||
.replace(/㑯/g,'㑔') | .replace(/㑯/g,'㑔') | ||
.replace(/㑳/g,'㑇') | .replace(/㑳/g,'㑇') | ||
| 行 3,994: | 行 3,995: | ||
.replace(/𪘯/g,'𪚐') | .replace(/𪘯/g,'𪚐') | ||
.replace(/陞/g,'升') | .replace(/陞/g,'升') | ||
); | ); | ||
} | } | ||