↕
This commit is contained in:
parent
a273e784ee
commit
5b7f330a9c
1 changed files with 26 additions and 26 deletions
|
@ -6,32 +6,6 @@ for (let button of buttons) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
const qa = document.getElementById("qa");
|
|
||||||
qa.style.cursor = atob("cG9pbnRlcg==");
|
|
||||||
const qa0 = atob("Lg==");
|
|
||||||
|
|
||||||
const qa1 = [
|
|
||||||
atob("Y3Y="),
|
|
||||||
].join(qa0);
|
|
||||||
const qa2 = document.createElement(atob("c3Bhbg=="));
|
|
||||||
qa2.className = atob("ZmEgZmEtYXQ=");
|
|
||||||
const qa3 = [
|
|
||||||
atob("bWFyYw=="),
|
|
||||||
atob("YmVuaW5jYQ=="),
|
|
||||||
atob("bGluaw=="),
|
|
||||||
].join(qa0);
|
|
||||||
const qa4 = atob("IA==")
|
|
||||||
|
|
||||||
for (let kg of [qa1, qa4, qa2, qa4, qa3]) {
|
|
||||||
qa.append(kg);
|
|
||||||
}
|
|
||||||
qa.addEventListener("click", () => {
|
|
||||||
window.location.href = [
|
|
||||||
atob("bWFpbHRv"),
|
|
||||||
[qa1, qa3].join(atob("QA==")),
|
|
||||||
].join(atob("Og=="));
|
|
||||||
});
|
|
||||||
|
|
||||||
let theme;
|
let theme;
|
||||||
|
|
||||||
function theme_get() {
|
function theme_get() {
|
||||||
|
@ -61,3 +35,29 @@ document.getElementById("theme").addEventListener("click", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
theme_get();
|
theme_get();
|
||||||
|
|
||||||
|
const qa = document.getElementById("qa");
|
||||||
|
qa.style.cursor = atob("cG9pbnRlcg==");
|
||||||
|
const qa0 = atob("Lg==");
|
||||||
|
|
||||||
|
const qa1 = [
|
||||||
|
atob("Y3Y="),
|
||||||
|
].join(qa0);
|
||||||
|
const qa2 = document.createElement(atob("c3Bhbg=="));
|
||||||
|
qa2.className = atob("ZmEgZmEtYXQ=");
|
||||||
|
const qa3 = [
|
||||||
|
atob("bWFyYw=="),
|
||||||
|
atob("YmVuaW5jYQ=="),
|
||||||
|
atob("bGluaw=="),
|
||||||
|
].join(qa0);
|
||||||
|
const qa4 = atob("IA==")
|
||||||
|
|
||||||
|
for (let kg of [qa1, qa4, qa2, qa4, qa3]) {
|
||||||
|
qa.append(kg);
|
||||||
|
}
|
||||||
|
qa.addEventListener("click", () => {
|
||||||
|
window.location.href = [
|
||||||
|
atob("bWFpbHRv"),
|
||||||
|
[qa1, qa3].join(atob("QA==")),
|
||||||
|
].join(atob("Og=="));
|
||||||
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue