#haloween2024 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #haloween2024, aggregated by home.social.
-
if you search for halloween on google there's a bunch of animated bats that fly across the page
also if you open the developer console you can have LOTS OF BATS:
// engage bats
intervalID=window.setInterval(function(){document.querySelector('g-ripple').click();},50);
// stop bats
window.clearInterval(intervalID);