https://github.com/simonrob/atp-link-cleaner
A Chrome extension to intercept and rewrite O365 Advanced Threat Protection links
https://github.com/simonrob/atp-link-cleaner
Last synced: about 1 year ago
JSON representation
A Chrome extension to intercept and rewrite O365 Advanced Threat Protection links
- Host: GitHub
- URL: https://github.com/simonrob/atp-link-cleaner
- Owner: simonrob
- License: mit
- Created: 2020-03-24T15:21:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T19:57:25.000Z (about 2 years ago)
- Last Synced: 2025-02-05T02:55:17.099Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 440 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ATP Link Cleaner
[Office 365 Advanced Threat Protection](https://docs.microsoft.com/en-gb/office365/servicedescriptions/office-365-advanced-threat-protection-service-description) (also known as Microsoft Defender for Office 365) replaces URLs in email messages with an intermediary redirect that makes it much harder to see the original link.
This cross-browser extension filters out that redirect, and replaces it with a simple confirmatory prompt that displays the actual URL that will be visited.
Install via the [Firefox Add-ons store](https://addons.mozilla.org/firefox/addon/atp-link-cleaner/), or as an [unpacked extension](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world?hl=en#load-unpacked) for Chrome.

## License
[MIT](https://github.com/simonrob/atp-link-cleaner/blob/master/LICENSE)