More random changes and additions
This commit is contained in:
6
xeno.js
6
xeno.js
@ -14,11 +14,13 @@ var num = Math.floor(Math.random() * (imageArray.length));
|
||||
const month = new Date().getMonth();
|
||||
|
||||
if (month == 5) { // June - LGBTQ+ Pride
|
||||
console.log("Month is June - LGBTQ+ Pride!")
|
||||
console.log("Month is June - LGBTQ+ Pride!");
|
||||
document.xeno.width = "550";
|
||||
document.xeno.src = xenoPrideImg;
|
||||
document.xeno.title = "Have proud pansexual hors. - Art by Vivian Reed VA";
|
||||
} else if (month == 12) { // December
|
||||
console.log("Month is December - Crimmis")
|
||||
console.log("Month is December - Crimmis");
|
||||
document.xeno.width = "550";
|
||||
document.xeno.src = xenoXmasImg;
|
||||
document.xeno.title = "Have festive hors. - Art by LimeDazzle";
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user