Can a webpage automatically navigate to a specific anchor/tag when reloaded in the browser?
Thanks in advance
I came across this method:
window.location.reload();
However, I'm searching for a solution that can detect the reload and then run a basic function.