Cleans URL's from various popular sites.
< Părere la script-ul 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
Autentifică-te pentru a posta un răspuns.
IMDb links are not clean any more
It was working until few weeks ago. Now links contain a lot of metadata.