Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 9ff6634

Browse files
committed
fix
1 parent b310bb9 commit 9ff6634

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

.idea/workspace.xml

Lines changed: 22 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/jsMain/kotlin/ru/morozovit/webcorrupter/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ object Virus {
298298

299299
private suspend fun restorePage() {
300300
while (true) {
301-
randomDelay(8f, false)
301+
randomDelay(15f, false)
302302
console.log("Restoring page...")
303303
if (!isActive) break
304304
document.documentElement!!.innerHTML = prevPage

0 commit comments

Comments
 (0)