Cleans URL's from various popular sites.
< Opinie na General URL Cleaner
IMDb links are not clean any moreIt was working until few weeks ago. Now links contain a lot of metadata.
Fixed, I forgot to make the regex a global match /&(pf_rd_[a-z]|ref_)=[^&#]*/ -> /&(pf_rd_[a-z]|ref_)=[^&#]*/g
/&(pf_rd_[a-z]|ref_)=[^&#]*/
/&(pf_rd_[a-z]|ref_)=[^&#]*/g
Zaloguj się, by odpowiedzieć.
IMDb links are not clean any more
It was working until few weeks ago. Now links contain a lot of metadata.