I want my website's browser tab to be brought to front, when it is referenced by a hyperlink, regardless of any browser setting that may forbid this behaviour. I am aware that this is potentially a bad (or at least annoying) thing, however, my users are not allowed to change their browser settings (due to company policy) and are confused that apparently nothing happens, when they hit a hyperlink that references my website (although the existing tab is correctly updated of course but remains in the background).
There is one more constraint: Closing and reopening the tab is not an option, it must remain open as most hyperlinks will just add an anchor to the existing url which does not require a reload of the website.
I am open to any virtuosic HMTL or JavaScript tricks if there are any ;-)