Vaibhs11 Vaibhs11 loading

p-p-p-p-p-p-p-p-p-p- wrote:

There is a semicolon at the bottom of every page. As far as I can tell, that's it unfortunately.
I think that's automated because a few days ago, I saw a script in the html code of a page on the forums that went something like this:
const date = new Date()                              // gets the current date
if (date.getDate() == 1 && date.getMonth() == 3) {   //checks if it's April 1st
document.write(';')                                  // adds the semicolon?
}
 
// date.getMonth() returns numbers from '0' - '11' so April is '3'
// I don't know if it actually does the thing because AFAIK document.write() deletes the whole page

So, unless other features are also set on local time, as soon as the date in your computer changes to April 1st, only the semicolon will appear.

Also, as I'm writing this it's 10:35, so I'm technically 5 minutes late for AFD. Moment of truth…