URI: 
       9-redirect.html - bitreich-www - the bitreich www website generator
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
       ---
       9-redirect.html (1570B)
       ---
            1 <script>
            2 
            3 /* Go Konga after 30 seconds. */
            4 
            5 var now = new Date();
            6 var today = now.getDay();
            7 
            8 setTimeout(function() {
            9         switch (today % 22) {
           10         case 2:
           11                 window.location.href="https://matias.ma/nsfw/";
           12                 break;
           13         case 3:
           14                 /* Suckless Philosophy */
           15                 window.location.href="https://rule34.xxx/index.php?page=post&s=view&id=4983443";
           16                 break;
           17         case 4:
           18                 /* Dark Fantasies */
           19                 window.location.href="https://dark.fi/";
           20                 break;
           21         case 5:
           22                 window.location.href="https://fakeupdate.net/xp/";
           23                 break;
           24         case 6:
           25                 window.location.href="https://fakeupdate.net/vista/";
           26                 break;
           27         case 7:
           28                 window.location.href="https://fakeupdate.net/win8/";
           29                 break;
           30         case 8:
           31                 window.location.href="https://fakeupdate.net/win7/";
           32                 break;
           33         case 9:
           34                 window.location.href="https://fakeupdate.net/apple/";
           35                 break;
           36         case 10:
           37                 window.location.href="https://fakeupdate.net/win11/";
           38                 break;
           39         case 11:
           40                 window.location.href="https://fakeupdate.net/win10ue/";
           41                 break;
           42         case 12:
           43                 window.location.href="https://fakeupdate.net/steam/";
           44                 break;
           45         case 13:
           46                 window.location.href="https://fakeupdate.net/wnc/";
           47                 break;
           48         case 14:
           49                 window.location.href="https://everything.npm.lol/";
           50                 break;
           51         case 15:
           52                 window.location.href="\\\\.\\globalroot\\device\\condrv\\kernelconnect";
           53                 break;
           54         case 16:
           55                 window.location.href="https://theuselessweb.com/";
           56                 break;
           57         case 17:
           58                 window.location.href="https://floridaman.totemtattoo.com/";
           59                 break;
           60         case 18:
           61                 window.location.href="https://www.boredbutton.com/";
           62                 break;
           63         default:
           64                 window.location.href="http://zuccless.org";
           65                 break;
           66         }
           67 }, 500000);
           68 </script>