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