@@ -0,0 +1,9 @@
const $ = (id) => document.getElementById(id);
$("contact-info-container").addEventListener("click", () => {
fetch("contact-info.obfuscated")
.then((response) => response.text())
.then((text) => {
console.log(text ^ 69420);
});
The note is not visible to the blocked user.