diff --git a/index.html b/index.html
index 608c0c9..d3c735f 100644
--- a/index.html
+++ b/index.html
@@ -49,6 +49,7 @@
return r.text();
})
.then(function (text) {
+ text = text.replaceAll("\", "");
var split = text.split(`"createTime":"`);
split = split[1].split(`"`);