Cleans URL's from various popular sites.
< 腳本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
登入以回復
IMDb links are not clean any more
It was working until few weeks ago. Now links contain a lot of metadata.