Skip to content

Commit

Permalink
just dont ask questions
Browse files Browse the repository at this point in the history
  • Loading branch information
cobblesteve01 authored Sep 30, 2024
1 parent 6f5c6d8 commit cbcb09b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,18 +307,16 @@ <h2 class="link-group-label">Help Center</h2>
<img src="img/whats-new.png" style="height: 75px;">
<audio src="audio/ooga-booga.mp3" autoplay style="height: 0; margin: 0; padding: 0; color: transparent; opacity: 0;" id="audio"></audio>
<h2 style="font-size: 35px; font-weight: 600;">What's New in v8.6.3</h2>
<p class="new">[+] OOGA BOOGA sound effect!</p>
<p class="new">[+] OOGA BOOGA sound effect! (Turn sound on! and ty luke thomson)</p>
<p class="new">[+] SprintingSnail has joined the devs! 🥳 </p>
<p class="new">[+] Turbowarp</p>
<p class="new">[-] Scratch (got Blocked you will be missed 😭)</p>
<p class="new">[*!] Fixed an Error Where I ask If we can help you</p>
<p class="new">[!] Please bookmark the <a href="https://sites.google.com/view/class-board" class="lnk">Backup Link</a> <br> as it contains the always unblocked link.</p>
<center><i><p style="position: absolute; bottom: 0; font-size: smaller;" align="center">For a symbol key, click <b><a href="key.html" class="lnk">here.</b></a></p></i></center>
<audio controls autoplay src="/audio/ooga-booga.mp3" style="opacity: 0; height: 0; margin: 0;" id="audio"></audio>
</div>
</center>

<audio controls autoplay src="/audio/ooga-booga.mp3" style="opacity: 0; height: 0; margin: 0;" id="audio"></audio>
<audio controls autoplay src="/audio/ooga-booga.mp3" style="opacity: 0; height: 0; margin: 0;"></audio>

<!-- Begin of Chaport Live Chat code -->
<script type="text/javascript">
Expand Down
6 changes: 1 addition & 5 deletions popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ document.addEventListener("DOMContentLoaded", function() {
popupContent.style.animation = "slideUpOut 0.5s forwards";

// Play audio when closing the popup
audio.play();

// Hide the popup after the animation ends
setTimeout(function() {
Expand All @@ -39,9 +40,4 @@ document.addEventListener("DOMContentLoaded", function() {
} else {
console.error("One or more required elements not found.");
}

window.onload = function() {
audio.play();
};

});

0 comments on commit cbcb09b

Please sign in to comment.