newhouse / url-tracking-stripper

An open-source Chrome Extension that will remove the tracking parameters from URLs to keep them short and cleaner for sharing, bookmarking, etc. It will also skip any known redirects and take you straight to the target URL instead of passing you through an intermediate URL.
MIT License
190 stars 26 forks source link

Broke link with kijiji.ca #106

Open mikhoul opened 3 years ago

mikhoul commented 3 years ago

On kijiji.ca when they send email links they are broken by the extension and the result it's a 404 error.

Original functional link: https://t.shop.kijiji.ca/r/?id=h34ebf03f%2C119a2957%2C9d0e92f&utm_source=alerts&utm_medium=email&utm_campaign=Kijiji_Search_Alerts&p1=1537444210&s=5E2IKz80mQZVZ1wfzi23dSWoWoFAhXqzqg8csjc-aE0

Stripped broken link that result in 404 error: https://t.shop.kijiji.ca/r/?id=h34ebf03f%2C119a2957%2C9d0e92f&p1=1537444210&s=5E2IKz80mQZVZ1wfzi23dSWoWoFAhXqzqg8csjc-aE0

image

Suggestion for the future: Maybe add a whitelist for some domain/URL pattern so when something broke we could filter the domain/URL until the bug is resolved. Right now since I use Kijiji a lot I have to disable the whole extension for a bug on one website.

Regards :octocat: