Disable Hyperlink Auditing

A simple script that removes hyperlink auditing from all websites.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
JacenBoy
일일 설치 수
0
총 설치 수
458
평점
3 0 0
버전
1.3
생성일
2019-04-08
갱신일
2019-06-11
크기
813바이트
라이선스
해당 없음
적용 사이트
모든 사이트

What is hyperlink auditing?

Hyperlink auditing is an HTML standard that can be used to track clicks on website links. When a link with hyperlink auditing is click, information about the link is recorded and sent to a destination decided by the owner of the site.

Why is this a bad thing?

Honestly, it's not. No personally identifiable information is sent as a part of hyperlink auditing, and the standard is structured to be useful for collecting analytics. All the same, some people do have privacy concerns about being tracked, especially since several major browsers have removed the ability to disable that feature.

What does this userscript do?

The script removes the "ping" attribute from all links on the page, disabling hyperlink auditing.