Add some new redirect for suckless philosophy. - bitreich-www - the bitreich ww… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 99b8f4b354c5e61778dbf5387e6414b2263c2b2c | |
parent faf70b1973aa044de9ba831188567e3873be2644 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sat, 24 Sep 2022 16:09:32 +0200 | |
Add some new redirect for suckless philosophy. | |
Diffstat: | |
A 9-redirect.html | 23 +++++++++++++++++++++++ | |
M zuccless/zucc-meat.webm | 0 | |
2 files changed, 23 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/9-redirect.html b/9-redirect.html | |
@@ -0,0 +1,23 @@ | |
+<script> | |
+/* Go Konga after 30 seconds. */ | |
+ | |
+var now = new Date(); | |
+var today = now.getDay(); | |
+ | |
+setTimeout(function() { | |
+ switch (today % 4) { | |
+ case 1: | |
+ window.location.href="http://zuckless.org"; | |
+ break; | |
+ case 2: | |
+ window.location.href="https://matias.ma/nsfw/"; | |
+ break; | |
+ case 3: | |
+ window.location.href="https://rule34.xxx/index.php?page=post&s… | |
+ break; | |
+ default: | |
+ window.location.href="https://www.nucleardoorcity.com/compare-… | |
+ break; | |
+ } | |
+}, 50000); | |
+</script> | |
diff --git a/zuccless/zucc-meat.webm b/zuccless/zucc-meat.webm | |
Binary files differ. |