-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (79 loc) · 2.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<title>KECH SUPPORT</title>
<meta author="Smerige Jochies Enterprises" />
<link rel="icon" type="image/x-icon" href="img/delletje.png" />
<script
defer src="/science/script.js"
data-website-id="db02bd14-d26b-4000-909e-193e2a1abac7"
></script>
<style>
* {
cursor: url("./img/delletje.png") 2 2, auto;
font-family: Impact;
font-weight: bold;
color: blueviolet;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
img {
filter: invert(1);
}
audio { display: none; }
</style>
<script>
let bruh = 0;
let hurb = 0;
document.addEventListener("click", () => {
bruh++;
hurb = Math.floor(Math.random() * 3) + 1
if (bruh % 4 === 0) {
switch (hurb) {
case 1:
new Audio(
"https://cdn.spectrapulse.io/share/2023/01/1674159384.wav"
).play();
break;
case 2:
new Audio(
"https://cdn.spectrapulse.io/share/2023/01/1674159384.wav"
).play();
break;
case 3:
new Audio(
"https://cdn.spectrapulse.io/share/2023/01/1674159384.wav"
).play();
break;
}
} else {
new Audio("https://cdn.spectrapulse.io/share/2023/01/1673212024.wav").play();
}
navigator.clipboard.writeText(
"https://www.ah.nl/producten/product/wi230720/ah-frikandelbroodje"
);
});
document.querySelectorAll("a").forEach((t=>{t.host===window.location.host||t.getAttribute("data-umami-event")||(t.setAttribute("data-umami-event","outbound-link-click"),t.setAttribute("data-umami-event-url",t.href))}));
</script>
</head>
<body id="saus">
<h1>kanker</h1>
<img src="img/588b57fc-5afb-4cfd-ac47-812244b5f1ff.jpg" />
<a href="https://drinkdelivery.nl/product/smirnoff-ice-70cl/">
zwakke speler delivery service
</a>
<audio id="somebody">
<source src="https://cdn.spectrapulse.io/assets/sombody.mp3" type="audio/mp3">
</audio>
</body>
<script>
setInterval(function(){
playAudio()
}, 1)
var somebody = document.getElementById("somebody");
function playAudio() {
somebody.play();
}
</script>
</html>
</body>
</html>