CommuniGate Redirect Remover

By IzzySoft Last update Aug 26, 2009 — Installed 41 times. Daily Installs: 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0
Script Summary:
Removes the redirect in CGPs WebMails (and wherever the same syntax is used: http://server/Redirect/otherserver/path) and replaces it with a direct link
Version: 1.2

This script has no discussions.

start the discussion

This script has no reviews.

Description

Some sites use redirects for all external links - mostly to track the clicks, or to camouflage the exact origin. The latter is probably the case with Webmail interfaces as e.g. CommuniGate provides them. But those redirects can be annoying, and sometimes even contra-productive (if you e.g. use a plugin like No-Referer to handle anonymization yourself.

This is where this little script comes in. It checks for URLs with the http protocol, where the first level (after the host) is "/Redirect/, takes everything that follows this term, prepends the "http://" again, and rewrites the URL correspondingly. Then it's in your hands to either use an extension as mentioned above to follow this link without any referrer - or keep the referrer completely intact...

History of Changes

  • 1.2 (2009-08-26) - fixed handling of "anchors" (which lead to URLs in the style "http://anchor/..." in previous versions)
  • 1.1 (2009-06-03) - added support for https links (SRedirect)
  • 1.0 (2009-05-22) - initial release