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
192 stars 26 forks source link

Added more tracking domains to redirects #46

Closed jarettmillard closed 6 years ago

jarettmillard commented 6 years ago

I've added www.anrdoezrs.net and www.ojrq.net to redirects with tests. I added a test case for another domain that was missing one because I happened to stumble across one of the domains.

I also needed to tweak the regex slightly to accept hyphens in paths, since \w doesn't match them.

newhouse commented 6 years ago

Thanks!