grahams / safari-utm-stripper

Safari extension that strips Google Analytics (i.e. Urchin Traffic Monitor) tokens from URL query strings.
https://safari-extensions.apple.com/details/?id=com.dosburros.safari-utm-stripper-J3Q79T636D
48 stars 6 forks source link

Add fbclid support #10

Open poweruser82 opened 5 years ago

ashponders commented 5 years ago

Yes please.

Sh1d0w commented 4 years ago

Hi, this extension seems abandoned, so I've created similar one, which I plan to expand and maintain.

You are more than welcome to try it and leave some feedback.

https://github.com/Sh1d0w/clean-links

grahams commented 4 years ago

@Sh1d0w Great news! A few years ago I tried converting the legacy extension to an app extension but ultimately struggled as beforeNavigate was not (then) supported.

Sh1d0w commented 4 years ago

@grahams Thanks. I've created this extension this morning out of frustration, then suddenly after I've published I've discovered your repo.

I haven't tried beforeNavigate as I rushed trough the docs, and wasn't quite aware of it until I saw your repo. The approach I've taken with my extension is slightly different and allows me to have even more control in order to prevent tracking (e.g. no more l.facebook.com/l.php hits when you click on a link in Facebook, you go straight to the link instead).

Sh1d0w commented 4 years ago

Actually I've reworked it to use Safari's native page events, which makes it more reliable when it comes to link clicked outside from Safari (like email client or something). Also added some more features I am planning to implement in the next days :)