[BUG] Wheel-clicking a link in post will lead me back to the post
tl;dr: Javascript is not a solution to everything guys.
Because of the security reasons, every outgoing link is protected by a script that asks user whether he wants to leave this domain or not.
Little did you know guys, that many people tend to click the links with mousewheel to assure they'll appear in new tab. A suggest returning back to the "?redirect=..." system as this also anonymizes referrers (= increases user privacy).
Otherwise, you can try to detect mousewheel (try to) cancel it and use window.open. Just mind popup blockers and stuff.
Test link - click it using wheel.