Disable Hyperlink Auditing

A simple script that removes hyperlink auditing from all websites.

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
JacenBoy
1日のインストール数
0
累計インストール数
444
評価
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.