I have a URL with a long query string attached to it. After the page loads, I do not require the query string. So I want to remove the query string from the address bar with
window.history.replaceState(null, null, window.location.pathname);