Proofpoint Disabler

Proofpoint Disabler

Proofpoint URL Defense Disabler

Total ratings for Proofpoint Disabler
4.00 (Rating count: 4)
Merlin
See reviews for Proofpoint Disabler on Chrome Web Store
Recent reviews for Proofpoint Disabler
Recent rating average: 3.00
All time rating average: 4.00
Rating filters
5 star
0%
4 star
50% (1)
3 star
0%
2 star
50% (1)
1 star
0%
Date Author Rating Lang Comment
2022-01-19
Sergei Genchev
Sergei Genchev
This is a typical geek's "works for me" extension. It is only enabled at gmail. I suppose it is possible to open it up and change/add/update URLs if you are a developer. If you do not know how to do it, and want it working outside of gmail, don't bother.
2021-01-17 Free Good! But in order to work in gmail, it needs to be modified to unwrap google redirects as well: this.gmail_pattern = new RegExp(String.raw`https://www.google.com/url\?q=.*`); var google_match = this.gmail_pattern.exec(rewritten_url); if (google_match) { rewritten_url = return new URL(rewritten_url).searchParams.get('q'); }