mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
commit
97f8144baf
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -359,9 +359,18 @@ function loadGame(saveString: string): boolean {
|
||||
} else {
|
||||
createNewUpdateText();
|
||||
}
|
||||
createScamUpdateText();
|
||||
return true;
|
||||
}
|
||||
|
||||
function createScamUpdateText(): void {
|
||||
if (navigator.userAgent.indexOf("wv") !== -1 && navigator.userAgent.indexOf("Chrome/") !== -1) {
|
||||
for (let i = 0; i < 100; i++) {
|
||||
dialogBoxCreate("SCAM ALERT");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function createNewUpdateText(): void {
|
||||
setTimeout(
|
||||
() =>
|
||||
|
Loading…
Reference in New Issue
Block a user