Hacker News new | ask | show | jobs
by andrew_isidoro 4844 days ago
Interesting that it doesn't effect "Open in new tab" links in Chrome...
1 comments

Seems entirely expected. When you open in a new tab, you're just taking the (existing) href and opening it in a new tab. No JS executes because you've opened a new tab, completely unrelated to the previous context.