From 7681c280dd752f30b2e7337244b6ea36ac600be1 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 15 Mar 2023 10:44:38 +0100 Subject: [PATCH] update --- tools/XylkJweJ/index.html | 6 +++++- tools/XylkJweJ/scripts/secret.js | 5 +---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/tools/XylkJweJ/index.html b/tools/XylkJweJ/index.html index a4e57d1..ea3d741 100644 --- a/tools/XylkJweJ/index.html +++ b/tools/XylkJweJ/index.html @@ -17,6 +17,10 @@ +
+ +
@@ -63,4 +67,4 @@ - + \ No newline at end of file diff --git a/tools/XylkJweJ/scripts/secret.js b/tools/XylkJweJ/scripts/secret.js index 06f34a4..f01905a 100644 --- a/tools/XylkJweJ/scripts/secret.js +++ b/tools/XylkJweJ/scripts/secret.js @@ -26,10 +26,7 @@ async function checkSecret() { while (doCheck == true) { await delay(50) if (sixPressed == true && ninePressed == true) { - //document.getElementById("bodyId").innerHTML = "whatever"; - document.write(
- -
) + document.getElementById("wrapper").style.display = "none"; } } } \ No newline at end of file