If a user is on your website and opens another link (also to your website) in a new tab, is it possible to differentiate this from the user just clicking on the link normally? This can be in javascript, on the server, whatever.
I’m guessing that the answer is that you cannot do this, but I wanted to double check.
You can sort of do it like this:
There may be other ways for
history.lengthto be1, but I don’t know what they might be.