so in other words, you want it to not work anymore.
the only way i can think of to do that, is to make it so that every link on your pages uses window.location.replace(new_url); that makes it so that the current entry in browser history, is replaced with new_url, which also loads new_url in the current browser window. that means, you can't use the back button.
otherwise, as far as i know, there's no way to disable it.
there is one other way... rewrite the browser. Just a note from a humble user - Don't try to lock users abilities to navigate it will tend to drive them away.
Comment