easter egg :3
This commit is contained in:
parent
55adc665d9
commit
acf95b1583
@ -78,6 +78,11 @@
|
||||
let value = event.options[event.selectedIndex].value;
|
||||
//alert(value);
|
||||
let inputText = document.getElementById("inputText").value;
|
||||
if (inputText.includes("🏳️⚧️")) {
|
||||
inputText = "Trans rights are human rights! 🏳️⚧️";
|
||||
document.getElementById("body").background-image = "url(https://files.calebfontenot.com/blahaj-bl%C3%A5haj.gif)";
|
||||
document.replaceAll("/Caleb/Chloe/");
|
||||
}
|
||||
let designText;
|
||||
switch (value) {
|
||||
case "design1":
|
||||
|
Loading…
x
Reference in New Issue
Block a user