/// /// function init() { window.addEventListener("popstate", (_e) => { location.reload(); }); loadTheme(); initImages(); }