Cara Mengatur Pencarian Lokasi Jendela Tanpa Muat Ulang
window.history.pushState('', 'New Page Title', '/new-url.php');
Grepper
window.history.pushState('', 'New Page Title', '/new-url.php');
window.history.replaceState( {} , title, new_URL );