I\'m afraid it might be impossible but is there a way to change the hash value of a URL without leaving an entry in the browser\'s history and witho
You can always create an event listener to catch click events on the hyperlink and in the callback function put e.preventDefault(), that should prevent the browser from inserting it into the history.