Add theuselessweb.com - bitreich-www - the bitreich www website generator | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 88385401d75966047da811e34ac7d9434aca0f90 | |
parent 93c132883f8b8da5f33891d5acf83bd63fc97f02 | |
Author: Annna Robert-Houdin <[email protected]> | |
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(-) | |
--- | |
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\\kerne… | |
break; | |
+ case 16: | |
+ window.location.href="https://theuselessweb.com/"; | |
+ break; | |
default: | |
window.location.href="http://zuccless.org"; | |
break; |