From f23fdc21e9c65d280f7cc5ef72eb49b9d6feaf89 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 30 Oct 2022 21:18:18 +1100 Subject: [PATCH] Update detect.js --- public/js/detect.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/public/js/detect.js b/public/js/detect.js index a05d20d..5e0ecab 100644 --- a/public/js/detect.js +++ b/public/js/detect.js @@ -9,4 +9,13 @@ function addWarning() { if (window.document.location.hostname == "archblox.com") {} else { addWarning(); -} \ No newline at end of file +} + +console.log("Woah there!"); +console.log(" "); +console.log("Be careful what you type or copy in this here javascript console."); +console.log("Don't copy and paste some javascript code from a random person on the internet."); +console.log("It can be an account token stealer, which can get that random person into your account."); +console.log("Be safe, and be smart."); +console.log(" "); +console.log("If you know what you're doing, have fun then!"); \ No newline at end of file