URLDefenseDecoder
Copy a decoded Proofpoint URLDefense URL to clipboard via Chrome's right-click context menu.
Install / Use
/learn @TryTryAgain/URLDefenseDecoderREADME
URLDefenseDecoder
<div> <a href="https://chrome.google.com/webstore/detail/urldefensedecoder/gcebmhodconalkpiebfgodafbglpmjjm?utm_source=githubrepo">URLDefenseDecoder is a Chrome Extension</a> which provides the ability to <img align=left hspace="13" src="icons/48.png"> "copy a decoded Proofpoint URLDefense URL to clipboard via Chrome's right-click context menu." </div>Usage
Right-Click a URLDefense encoded URL, or triple-click-select-all of a plaintext URLDefense URL, and right-click to get a Chrome Context Menu option called "Copy URLDefense-Decoded-Link". Click that menu item and the link will be copied to your clipboard. Or you can also manually paste encoded urls into the extension popup box from the toolbar.

A Note on Permissions

Known/Potential Issues
All of which should be cleaned up in due time...
- Nested context menu entries occur when selecting a hyperlink and having already selected, and/or still highlighting, a previous URLDefense URL.
- Code is not commented, there's no error handling/logging, sorry
- I've only tested for /v2 URLs as I don't have access to /v1 Proofpoint, but I assume /v1 will work. And it has not been tested with outrageously complex syntax, but it should work well.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature, fixed XYZ bugs.' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Changelog
2017-07-28
v0.0.2 - Bug Fixes and Enhancements
- Now the context menu only shows up when selecting a URLDefense URL
- The duplicate/nested context menu entries for hyperlinks no longer shows up (granted you're not encountering a newly discovered bug)
- The popup can now be used for manual decoding of pasted URLDefense URLs
- New icon, higher resolution support
- Dedicated CHANGELOG file
2017-07-26
v0.0.1 - Initial Commit
Credits/Licenses
Chrome Extension: Michael Lawler
- Released under GNU GPLv3
Icon Artwork: Paul Davey aka Mattahan @ DeviantArt
Original Python Implementation and Inspiration
