>
ban.jsconst now = new Date(); const today = new Date(2022,11,27); if (scrapbox.Project.name === "villagepump" && now.getTime() -today.getTime() < 24 * 3600 * 1000) { document.body.textContent = "キミにはやるべきことがあるんじゃないのか?"; }