javascript is there any way to change the url without loading the page code example
Example: javascript change url without reload
window.history.pushState('', 'New Page Title', '/new-url.php');
window.history.pushState('', 'New Page Title', '/new-url.php');