File: /home/wisconsinbeerbre/public_html/wp-content/uploads/custom-css-js/191.js
<!-- start Simple Custom CSS and JS -->
<script type="text/javascript">
// document.addEventListener("DOMContentLoaded", function () {
// // Play scary sound
// let audio = new Audio("https://www.fesliyanstudios.com/play-mp3/4383"); // Scary sound effect
// audio.play();
// // Create warning popup
// let warningDiv = document.createElement("div");
// warningDiv.innerHTML = "<h1>⚠️ CHINESE VIRUS DETECTED! ⚠️</h1><p>Your system is at risk! Immediate action required!</p>";
// warningDiv.style.position = "fixed";
// warningDiv.style.top = "0";
// warningDiv.style.left = "0";
// warningDiv.style.width = "100%";
// warningDiv.style.height = "100vh";
// warningDiv.style.background = "red";
// warningDiv.style.color = "white";
// warningDiv.style.textAlign = "center";
// warningDiv.style.paddingTop = "20%";
// warningDiv.style.fontSize = "2em";
// warningDiv.style.zIndex = "9999";
// warningDiv.style.animation = "glitch 0.2s infinite alternate";
// document.body.appendChild(warningDiv);
// // Glitch Effect
// let style = document.createElement("style");
// style.innerHTML = `
// @keyframes glitch {
// 0% { transform: translate(2px, 2px); }
// 100% { transform: translate(-2px, -2px); }
// }
// `;
// document.head.appendChild(style);
// // Auto Redirect After 5 Seconds (Optional)
// setTimeout(() => {
// window.location.href = "https://www.google.com/search?q=how+to+remove+virus";
// }, 5000);
// });</script>
<!-- end Simple Custom CSS and JS -->