function h(t, e) {
let n = 0;
const o = String(t);
for (let t = 0; t < o.length; t++) {
n = (n << 5) - n + o.charCodeAt(t), n |= 0
}
return Math.abs(n) % e
}
const runes = ["?", "?", "?", "?", "?", "?", "?"],
p = window.location.pathname.split("/"),
ins = p[p.length - 1],
p1 = runes[h(ins, runes.length)];
let p2 = runes[h(ins + "12", runes.length)],
p3 = runes[h(ins + "2", runes.length)];
p1 === p2 && (p2 = ""), p1 === p3 && (p3 = ""), p2 === p3 && (p3 = "");
const final = p1 + p2 + p3;
document.addEventListener("DOMContentLoaded", (function() {
const t = document.createElement("img");
t.style = "width: 100%", t.src = "/content/4addc52de8321fe8fe3b42e67da28938d27135c0d3b8ec849c9bb58ad5dd4d2fi0", document.body.style = "background-color: black;margin: 0;width: 100%;height: 100%;justify-content: center;display: flex;align-items: center;flex-direction: column;";
const e = document.createElement("div");
e.style = "background-color: black;width: 100%;color: white;text-align: center;font-family: 'Courier New', monospace;font-size: 16px;font-size: 7vw;font-weight: 500;position: fixed;bottom: 0;", e.textContent = "======== X ========", final.length <= 2 && (e.textContent = e.textContent + "=", e.textContent = "=" + e.textContent), e.textContent = e.textContent.replace("X", final);
const n = document.createElement("div");
n.style = "background-color: black;width: 100%;color: white;text-align: center;font-family: 'Courier New', monospace;font-size: 16px;font-size: 7vw;font-weight: 500;position: fixed;top: 0;", n.textContent = "======= G-X =======", n.textContent = n.textContent.replace("X", ins.slice(0, 5).toUpperCase()), document.body.appendChild(t), document.body.appendChild(e), document.body.appendChild(n)
}));