Old website fix
This commit is contained in:
11
old/easteregg/1.js
Normal file
11
old/easteregg/1.js
Normal file
@@ -0,0 +1,11 @@
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
var video = document.querySelector("video");
|
||||
var instruction = document.getElementById("instruction");
|
||||
|
||||
document.addEventListener("click", function() {
|
||||
video.play();
|
||||
video.muted = false;
|
||||
instruction.style.display = "none";
|
||||
});
|
||||
});
|
||||
// JS file by purplebored
|
||||
Reference in New Issue
Block a user