When a user clicks to a page using a link on a previous page, is it possible for the target page to, on its own accord, remove its own URL from browser history (without sign
Using javascript, you could use replace method of window.location :
replace
window.location
window.location.replace(String url)
Check the documentation here for more details