diff --git a/Windows.mp4 b/Windows.mp4
deleted file mode 100644
index 560f892..0000000
Binary files a/Windows.mp4 and /dev/null differ
diff --git a/index.html b/index.html
index 2c06a34..b1d9d15 100644
--- a/index.html
+++ b/index.html
@@ -52,9 +52,9 @@
The Ghostly Revelation
You can't escape!
-
diff --git a/script.js b/script.js
index dafd754..4a06bf9 100644
--- a/script.js
+++ b/script.js
@@ -120,7 +120,7 @@ function triggerFullScreenImage() {
videoOverlay.style.backgroundColor = "black";
const videoElement = document.createElement("video");
- videoElement.src = "Windows.mp4";
+ videoElement.src = "you-are-my-sunshine.mp4";
videoElement.autoplay = true;
videoElement.loop = false;
videoElement.controls = false;
@@ -1093,26 +1093,3 @@ function createMouseTrail(event) {
}, 1000);
}
-function triggerTimeMachine() {
- const randomIp = generateRandomIp();
-
- const fakeIpElement = document.getElementById('fake-ip');
- fakeIpElement.innerText = `Your IP Address: ${randomIp}`; // Set the generated IP address
- fakeIpElement.style.display = 'block'; // Show the IP address
-
- narrateIpAddress(randomIp);
-}
-
-function generateRandomIp() {
- const randomPart = () => Math.floor(Math.random() * 256);
- return `${randomPart()}.${randomPart()}.${randomPart()}.${randomPart()}`;
-}
-
-function narrateIpAddress(ip) {
- const utterance = new SpeechSynthesisUtterance(`Your IP address is ${ip}`);
- utterance.rate = 0.9;
- utterance.pitch = 1;
- speechSynthesis.speak(utterance);
-}
-
-displayIpMessage();
diff --git a/you-are-my-sunshine.mp4 b/you-are-my-sunshine.mp4
new file mode 100644
index 0000000..a1bdffc
Binary files /dev/null and b/you-are-my-sunshine.mp4 differ