Log panel
Log panel (outputConsole) persisting on reload — The console/log box was missing a default hidden state, so it appeared on every page load/reopen instead of only while an exploit was actively running.
Added display: none; to the outputConsole CSS rule so it's hidden by default.
Added outputConsole.style.display = "block"; at the start of runJB() so the panel only shows once the exploit actually begins running.
Full Changelog: https://github.com/hejran7/psphive-lapse-2/commits/v1.0.1