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.