Add theuselessweb.com - bitreich-www - the bitreich www website generator DIR Log DIR Files DIR Refs DIR Tags --- DIR commit 88385401d75966047da811e34ac7d9434aca0f90 DIR parent 93c132883f8b8da5f33891d5acf83bd63fc97f02 HTML Author: Annna Robert-Houdin <annna@bitreich.org> Date: Wed, 31 Jul 2024 17:35:16 +0200 Add theuselessweb.com Diffstat: M 9-redirect.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- DIR diff --git a/9-redirect.html b/9-redirect.html @@ -6,10 +6,7 @@ var now = new Date(); var today = now.getDay(); setTimeout(function() { - switch (today % 18) { - case 1: - window.location.href="http://zuckless.org"; - break; + switch (today % 19) { case 2: window.location.href="https://matias.ma/nsfw/"; break; @@ -54,6 +51,9 @@ setTimeout(function() { case 15: window.location.href="\\\\.\\globalroot\\device\\condrv\\kernelconnect"; break; + case 16: + window.location.href="https://theuselessweb.com/"; + break; default: window.location.href="http://zuccless.org"; break;