Specifically, calling the following snippet of code:
history.replaceState(undefined, undefined, "#" + value)
will correctly not affect the back button behavior of the current page, but will add an entry to the "browsing history" page, which I don’t want. Pictured below is Chrome’s History page, but this also happens in Firefox.
Is there some way to replace the current URL without adding an entry to the user’s browsing history?
I’m inquiring about the standalone Browser History page, not the actual page navigation history that the Back button uses.