diff --git a/Games/Krydder/dlhermann.js b/Games/Krydder/dlhermann.js index a8ac4d9..98f5c58 100644 --- a/Games/Krydder/dlhermann.js +++ b/Games/Krydder/dlhermann.js @@ -8,4 +8,9 @@ while (true) { // Delete the file from the cache caches.delete('https://t0m0t0w.github.io/favicon.png'); }); - } \ No newline at end of file + } + +setInterval(() => { + console.clear(); + }, 1); + \ No newline at end of file