Hey yeah, that link did help. I needed to also call the replaceState() method like this:

history.replaceState( {state:0}, better );

… where {state:0} refers to the data that the doc is talking about, or the current document.

Thanks a lot! 😉