More woo mode work

This commit is contained in:
n_u
2026-02-04 19:46:11 -06:00
parent beb45844cc
commit aafed45d0d
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -210,6 +210,10 @@
wooToggle.addEventListener('change', function() {
if (this.checked) {
localStorage.setItem("wooMode", 1);
const wooAudio = new Audio("/audio/30995__unclesigmund__woo-2.mp3");
wooAudio.play();
wooCanvas.classList.remove("hidden");
initWoo();
animate(0);
+1
View File
@@ -7,6 +7,7 @@ structuredData: none
* 2026-02-04
* Added post comments via [Isso](https://isso-comments.de/). Please don't make me regret this.
* Add [Mochi](https://mochi.meadow.cafe/) privacy respecting analytics.
* Implement togglable site-wide Woo-Mode™ in site settings.
* 2026-02-01
* Added [Woo-Woo Incense Description Generator](/special/woo-woo-incense-description-generator).
* 2026-01-21