SMOLNET PORTAL home about changes
9-redirect.html - bitreich-www - the bitreich www website generator
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
---
9-redirect.html (1313B)
---
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 % 16) {
10 case 1:
11 window.location.href="http://zuckless.org";
12 break;
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 default:
55 window.location.href="http://zuckless.org";
56 break;
57 }
58 }, 500000);
59 </script>
Response: application/gopher-menu
Original URLgopher://bitreich.org/1/scm/bitreich-www/file/9-redirect.html.gph
Content-Typeapplication/gopher-menu; charset=utf-8