history.replaceState still adds entries to the “Browsing History”
问题 The bounty expires in 4 days . Answers to this question are eligible for a +50 reputation bounty. John is looking for a more detailed answer to this question. 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