@@ -4,6 +4,6 @@ $("contact-info-container").addEventListener("click", () => {
fetch("contact-info.obfuscated")
.then((response) => response.text())
.then((text) => {
console.log(text ^ 69420);
id("contact-info-container").innerHTML = atob(text);
});
The note is not visible to the blocked user.