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