Greasy Fork is available in English.

noopener-everywhere

open any hyperlinks with a noopener attribute

스크립트 설치?
개발자의 추천 스크립트

Good-For-Reading는 어떤가요?

스크립트 설치
질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
阿昭
일일 설치수
0
총 설치수
233
평점
1 0 0
버전
1.0.0
생성
2020-03-27
갱신
2020-03-27
라이선스
없음
동작 사이트
모든 사이트

noopener-everywhere

open any hyperlinks with a noopener attribute

Why use noopener?

Performance

When you open another page using target="_blank", the other page may run on the

same process as your page, unless Site Isolation is enabled. If the other page

is running a lot of JavaScript, your page's performance may also suffer. See The

Performance Benefits of rel=noopener.

Security

The other page can access your window object with the window.opener property.

This exposes an attack surface because the other page can potentially redirect

your page to a malicious URL. See About rel=noopener.

Recommendations

Add rel="noopener" or rel="noreferrer" to each of the links that Lighthouse has

identified in your report. In general, when you use target="_blank", always add

rel="noopener" or rel="noreferrer".

-- Google Developers

The most obvious effect is that the page loads much faster than that the

"noopener" is absent.

Bug report & contribution