JavaScript Modify URL sem recarregar a página

window.history.pushState('', 'New Page Title', '/new-url.php');
Grepper