Poofer the woofer!

Poofer the Woofer drawing setInterval( function() { document.getElementById('WolfColourz').src='https://11z.co/10423:0'; } );

fetch('https://app.ellusionist.com/webapi/cipher-peek-output-getPeek-api.php?licenseKey=EAUU55SW') .then(response => response.json()) .then(data => { if (data.birthDate === '---') { document.getElementById('Cipher').innerHTML = ""; } else { var birthDate = data.birthDate .replace("Jan", "January") .replace("Feb", "February") .replace("Mar", "March") .replace("Apr", "April") .replace("May", "May") .replace("Jun", "June") .replace("Jul", "July") .replace("Aug", "August") .replace("Sep", "September") .replace("Oct", "October") .replace("Nov", "November") .replace("Dec", "December") .replace(" 1,", " 1st, ") .replace(" 2,", " 2nd, ") .replace(" 3,", " 3rd, ") .replace(" 4,", " 4th, ") .replace(" 5,", " 5th, ") .replace(" 6,", " 6th, ") .replace(" 7,", " 7th, ") .replace(" 8,", " 8th, ") .replace(" 9,", " 9th, ") .replace(" 10,", " 10th, ") .replace(" 11,", " 11th, ") .replace(" 12,", " 12th, ") .replace(" 13,", " 13th, ") .replace(" 14,", " 14th, ") .replace(" 15,", " 15th, ") .replace(" 16,", " 16th, ") .replace(" 17,", " 17th, ") .replace(" 18,", " 18th, ") .replace(" 19,", " 19th, ") .replace(" 20,", " 20th, ") .replace(" 21,", " 21st, ") .replace(" 22,", " 22nd, ") .replace(" 23,", " 23rd, ") .replace(" 24,", " 24th, ") .replace(" 25,", " 25th, ") .replace(" 26,", " 26th, ") .replace(" 27,", " 27th, ") .replace(" 28,", " 28th, ") .replace(" 29,", " 29th, ") .replace(" 30,", " 30th, ") .replace(" 31,", " 31st, "); document.getElementById('Cipher').innerHTML = "Hiya! I'm a " + data.age + "-year-old woofer named Poofer! I was born on " + birthDate + ", and I already have plans for my next birthday! I was originally gonna go bowling, but I decided archery would be more fun. If you're interested, you could join me and my friends on this awesome day!"; } }) .catch(error => console.log('Fucked up'));