Update detect.js
This commit is contained in:
parent
9791887c4d
commit
f23fdc21e9
|
|
@ -9,4 +9,13 @@ function addWarning() {
|
||||||
|
|
||||||
if (window.document.location.hostname == "archblox.com") {} else {
|
if (window.document.location.hostname == "archblox.com") {} else {
|
||||||
addWarning();
|
addWarning();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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!");
|
||||||
Loading…
Reference in New Issue