@@ -0,0 +1,4 @@
document.getElementById("crtSwitch")?.addEventListener("change",e=>{
document.body.classList.toggle("crt-on",e.target.checked);
document.body.classList.toggle("crt-off",!e.target.checked);
});
The note is not visible to the blocked user.