Disable Hyperlink Auditing

A simple script that removes hyperlink auditing from all websites.

Δημιουργός
JacenBoy
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
444
Βαθμολογίες
3 0 0
Έκδοση
1.3
Δημιουργήθηκε την
08/04/2019
Ενημερώθηκε την
11/06/2019
Μέγεθος
813 Bytes
Άδεια
Μη διαθέσιμη
Εφαρμόζεται σε
Όλοι οι ιστοχώροι

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.