TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why isn't HN using target=“_blank” for links?

1 点作者 datasmurf将近 10 年前
It just annoys me a lot, that i always have to use <Right click -> "Open in New Tab"> for a link. Why isn't "target="_blank" used? I'm just curious.

3 条评论

michielr将近 10 年前
It's about giving the user the option. If you use target blank it's impossible to stay in the same tab. Which can be a hassle on mobile or it could get blocked as an ad as well. How hard is CTRL + click or MMB?
评论 #10079632 未加载
willstepp将近 10 年前
In certain cases I use target blank myself, but there is some thought in UX design that its often better to let the user decide how to open a link for themselves.
alphajson将近 10 年前
Asked myself this question more than once...