mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-13 19:42:01 +00:00
added warnings to console
This commit is contained in:
parent
183353d2e2
commit
c2bc25249f
1 changed files with 16 additions and 0 deletions
|
|
@ -58,6 +58,22 @@
|
|||
gtag('js', new Date());
|
||||
gtag('config', 'UA-131765299-1');
|
||||
</script>
|
||||
|
||||
<script async>
|
||||
let devtools = function(){};
|
||||
devtools.toString = function() {
|
||||
this.opened = true;
|
||||
}
|
||||
|
||||
console.log("%cIMPORTANT:", "background: red; color: yellow; font-size: x-large");
|
||||
console.log("%cPasting code is dangerous and could cause your account to be hacked.", "color: white; font-weight: bold;");
|
||||
console.log("%cPasting code is dangerous and could cause your account to be hacked.", "color: white; font-weight: bold;");
|
||||
console.log("%cPasting code is dangerous and could cause your account to be hacked.", "color: white; font-weight: bold;");
|
||||
console.log("%cPasting code is dangerous and could cause your account to be hacked.", "color: white; font-weight: bold;");
|
||||
console.log("%cPasting code is dangerous and could cause your account to be hacked.", "color: white; font-weight: bold;");
|
||||
console.log("%cPasting code is dangerous and could cause your account to be hacked.", "color: white; font-weight: bold;");
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="background: #292929;">
|
||||
|
|
|
|||
Loading…
Reference in a new issue