summaryrefslogtreecommitdiff
path: root/xinhua.js
diff options
context:
space:
mode:
authorHaoran S. Diao <0@hairydiode.xyz>2019-02-11 17:19:54 -0500
committerHaoran S. Diao <0@hairydiode.xyz>2019-02-11 17:19:54 -0500
commit8b1dd7706a7cb2c9186005af0a93081793547dba (patch)
tree149f0485671f0cec72dfe6bef532d9a8fbc79df8 /xinhua.js
parentbf4531e465f4667fedd8cece35eda238fb083392 (diff)
new version fixed case insensitivity
Diffstat (limited to 'xinhua.js')
-rw-r--r--xinhua.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/xinhua.js b/xinhua.js
index b527e95..d74a0a3 100644
--- a/xinhua.js
+++ b/xinhua.js
@@ -1 +1 @@
-document.body.innerHTML = document.body.innerHTML.replace(/〖[a-z].*?[a-z]〗/g,"「去英」");
+document.body.innerHTML = document.body.innerHTML.replace(/〖[a-z].*?[a-z]〗/gi,"「去英」");