mirror of
https://github.com/bellingcat/tiktok-timestamp.git
synced 2026-06-08 01:28:29 +03:00
Update index.html
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
return r.text();
|
return r.text();
|
||||||
})
|
})
|
||||||
.then(function (text) {
|
.then(function (text) {
|
||||||
text = text.replaceAll("\", "");
|
text = text.replaceAll("\\", "");
|
||||||
var split = text.split(`"createTime":"`);
|
var split = text.split(`"createTime":"`);
|
||||||
split = split[1].split(`"`);
|
split = split[1].split(`"`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user