More woo mode work
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user