document.addEventListener("DOMContentLoaded", function () { const urlParams = new URLSearchParams(window.location.search); if (urlParams.get("app") === "1") { document.querySelector("header")?.style.display = "none"; document.querySelector("footer")?.style.display = "none"; } });

Featured

 

Featured

1234567890