No more JANUARY!!!

This commit is contained in:
Bingus_Violet 2024-01-03 22:57:00 +00:00
parent b65511722a
commit bc56e39e1b

View file

@ -183,7 +183,7 @@ function pageUpdate() {
var now = new Date() var now = new Date()
currentMonth = now.getMonth() + 1 currentMonth = now.getMonth() + 1
if ([11, 12, 1].includes(currentMonth)) { // The Below HTML is copy and pasted from that one site :> if ([11, 12].includes(currentMonth)) { // The Below HTML is copy and pasted from that one site :>
html = html.replace("{SEASONAL_EFFECT}", ` html = html.replace("{SEASONAL_EFFECT}", `
<div class="snowflakes" aria-hidden="true"> <div class="snowflakes" aria-hidden="true">
<div class="snowflake"> <div class="snowflake">