1 2 3 4 5 6 7
window.addEventListener("DOMContentLoaded", () => { window.dispatchEvent(new CustomEvent("startViewy", { detail: { root: document } })); });