I am trying to replace the full URL of the page with some other URL, and also don't want to redirect the page. I have tried the following methods but nothing helped.
window.history.pushState(null, null, 'www.google.com');
It just add the content as Hash, but didn't replace the full URL.