easter egg :3
This commit is contained in:
parent
634158686f
commit
e68efd3f8c
@ -81,7 +81,8 @@
|
||||
if (inputText.includes("🏳️⚧️")) {
|
||||
inputText = "Trans rights are human rights! 🏳️⚧️";
|
||||
document.body.style.backgroundImage = "url(https://files.calebfontenot.com/blahaj-bl%C3%A5haj.gif)";
|
||||
document.getElementById("info").innerHTML.replaceAll("/Caleb/g", "Chloe");
|
||||
console.log(document.getElementById("info").innerHTML);
|
||||
document.getElementById("info").innerHTML = document.getElementById("info").innerHTML.replaceAll("Caleb", "Chloe");
|
||||
}
|
||||
let designText;
|
||||
switch (value) {
|
||||
|
Loading…
Reference in New Issue
Block a user