easter egg :3

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-08-11 17:31:56 -05:00
parent 13fc684ecb
commit 40acaaa97c

View File

@ -79,7 +79,7 @@
//alert(value);
let inputText = document.getElementById("inputText").value;
if (inputText.includes("🏳️‍⚧️")) {
inputText = "Trans rights are human rights! 🏳️‍⚧️";
inputText = "🏳⚧️ Trans rights are human rights! 🏳️‍⚧️";
document.body.style.backgroundImage = "url(https://files.calebfontenot.com/blahaj-bl%C3%A5haj.gif)";
console.log(document.getElementById("info").innerHTML);
document.getElementById("info").innerHTML = document.getElementById("info").innerHTML.replaceAll("Caleb", "Chloe");