top of page

All Posts

bottom of page
if (window.history.replaceState) { const url = new URL(window.location); url.search = ""; // Rimuove tutti i parametri window.history.replaceState({}, document.title, url.toString()); }