undo test

This commit is contained in:
MathMan05 2024-08-24 14:21:50 -05:00
parent 96463811cc
commit 5d42c96f7d

View file

@ -13,7 +13,7 @@ app.use("/getupdates",(req, res) => {
}); });
let debugging=true;//Do not turn this off, the service worker is all kinds of jank as is, it'll really mess your day up if you disable this let debugging=true;//Do not turn this off, the service worker is all kinds of jank as is, it'll really mess your day up if you disable this
function isembed(str){ function isembed(str){
return false//str.includes("discord")||str.includes("Spacebar"); return str.includes("discord")||str.includes("Spacebar");
} }
async function getapiurls(str){ async function getapiurls(str){
if(str[str.length-1]!=="/"){ if(str[str.length-1]!=="/"){