Skip to content

Commit

Permalink
alr that should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
cobblesteve01 authored Sep 30, 2024
1 parent 97bc07f commit fa95bee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,19 @@ <h2 class="link-group-label">Help Center</h2>
<div class="popup-content">
<span class="close-btn">&times;</span>
<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;"></audio>
<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.2</h2>
<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">[!] 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>
<script>
window.onload = function() {
var audio = document.getElementById('audio');
audio.play();
};
</script>
</div>
</center>

Expand Down
4 changes: 1 addition & 3 deletions popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ document.addEventListener("DOMContentLoaded", function() {
} else {
console.error("One or more required elements not found.");
}
});

audioElement.play();
});

0 comments on commit fa95bee

Please sign in to comment.