1
Fork 0

remove yandere code :3

This commit is contained in:
Ashley 2022-12-24 10:48:55 +00:00
parent a8449a7ea4
commit 6f196fe0f4

View file

@ -37,15 +37,9 @@ function getJson(str) {
}
function checkUnexistingObject(obj) {
if (obj !== null) {
if (obj.authorId !== null) {
if (obj !== undefined) {
if (obj.authorId !== undefined) {
if (Object.hasOwn(obj, "authorId")) {
return true;
}
}
}
}
}
/*
@ -86,7 +80,6 @@ async function video(v) {
var vid = await getJson(video_new_info);
if (checkUnexistingObject(vid)) {
var a;
try {
@ -96,7 +89,7 @@ async function video(v) {
.then((res) => res.text())
.then((xml) => getJson(toJson(xml)));
} catch {
var a = ""
var a = "";
}
const summary = await wiki