Add some new redirect for suckless philosophy. - bitreich-www - the bitreich www website generator DIR Log DIR Files DIR Refs DIR Tags --- DIR commit 99b8f4b354c5e61778dbf5387e6414b2263c2b2c DIR parent faf70b1973aa044de9ba831188567e3873be2644 HTML Author: Christoph Lohmann <20h@r-36.net> 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(-) --- DIR 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=view&id=4983443"; + break; + default: + window.location.href="https://www.nucleardoorcity.com/compare-plans"; + break; + } +}, 50000); +</script> DIR diff --git a/zuccless/zucc-meat.webm b/zuccless/zucc-meat.webm Binary files differ.