em-te / webextension-crouching-tracker-hidden-email

The source code for the Crouching Tracker Hidden Email browser extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebExtension: Crouching Tracker, Hidden Email appicon

Introduction

When a webpage shows a link with your email embedded as part of the link, it may be an attempt to track you.

e.g. http://www.example.org/free_stuff?invite=user@example.com

This extension will change the cursor when you mouse over links containing the "@" symbol to give you an indication that you may be tracked and to proceed with caution.

appicon

This tactic has legitimate uses such as for email verification when signing up for new services, but it is also used by spammers or phishing emails that invite you to click on a link which then tells the server that your email address is active and even prefills your email in the webpage so that they look trustworthy.

Details

This extension only works on absolute URLs because most trackers need to redirect to another domain that is not within the control of the current website. This means relative URLs, FTP links and mailto links are safe and are excluded.

Limitations

For maximum privacy, this extension achieves the task using pure CSS.

As a result, this extension will catch all URLs with the "@" symbol regardless of whether it conforms to a valid email syntax. For example "1@1" will be treated as an email address.

URLs which use the "@" symbol for stylistic purposes will also be treated like an email.

e.g. https://twitter.com/@Twitter/status/1390725076996268038

The author accepts this as an acceptable trade-off in exchange for guaranteed privacy.

About

The source code for the Crouching Tracker Hidden Email browser extension

License:Mozilla Public License 2.0


Languages

Language:CSS 100.0%