[RETURN TO MINISTRY]
CHILDREN'S CORNER
1999.08.15
RECOVERED FOOTAGE
SOURCE: UNKNOWN
"This ministry really changed my life..."
");
}
function renderStream(idx){
const s = streams[idx];
const re = new RegExp(escapeRe(s.corrupt), "i");
const safe = s.text.replace(re, function(m){ return "" + m + ""; });
// Keep it dead simple: the pseudo-glitch layer can do the rest.
testimonial.innerHTML = """ + safe + """;
}
const glitchAtoms = ["█","▓","░","_","?","0","1","∅","Ω","ψ","κ","Δ","·"];
function corruptOnce(){
const el = document.getElementById("corrupt");
if(!el) return;
const base = el.textContent;
let out = "";
for (let i=0;i