I believe I’ve seen this in javascript options somewhere, but I coudln’t find it anywhere, so I ask it here:
Is it possible to prevent a page from being shown in the browser history?
I want to do this, because I have a page which I want to refresh every minute, but for that refresh to work, data must be submitted into an [invisible] form…
You can use
location.replaceto move to a new URL without adding another entry to the browsing history.