Hey, on most sites that I go to from a Facebook link, the fbclid variable is added to the link.
(I cut it because it was very long but it was the last variable in the link.)
I have noticed that the variable name fbclid is not in your regexes at the top of your script.
I'm pretty sure just adding it there would solve the issue ?
Other than that, great scipt. Simple and efficient to get rid of link bloat. Thanks !
&fbclid=XXXX... on links followed from Facebook
Hey, on most sites that I go to from a Facebook link, the fbclid variable is added to the link. (I cut it because it was very long but it was the last variable in the link.) I have noticed that the variable name fbclid is not in your regexes at the top of your script. I'm pretty sure just adding it there would solve the issue ? Other than that, great scipt. Simple and efficient to get rid of link bloat. Thanks !