I've been tasked with creating a button on a client's website that links to another page, like Google, for the purpose of assisting someone seeking help in case of an emergency. The challenge is finding a way to prevent the user from easily returning to the original site by clicking the back button or having it show up in their browsing history. This is uncharted territory for me as a web developer, and I'm unsure if there is a solution without resorting to using custom browser extensions.
So my question is...
Is there a possible workaround for achieving this? Perhaps through some JavaScript magic? Just curious!