a target=_black
全新打开, 没有window.opener权限,也没有 referrer
js window.open();
效果和a target=_black 一样
var otherWindow = window.open();
otherWindow.opener = null;
otherWindow.location = url;
noopener、noreferrer、nofollow
About rel=noopener
mathiasbynens.github.io/rel-noopene…
rel =” noreferrer noopener”的含义及其对SEO的影响
nofollow Chrome 扩展程序
nofollow Chrome 扩展程序 ,它会在您浏览网页时明显突出显示所有 nofollowed 链接。