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.
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.
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.