General URL Cleaner

Cleans URL's from various popular sites.

< 腳本General URL Cleaner的回應

評論:正評 - 腳本一切正常

§
發表於:2019-12-29
編輯:2019-12-29

Amazon Smile support

For your Amazon regex, use:

// @include     /^https://(www|smile)\.amazon(\.com?)?\.[a-z]{2,3}/.*$/
var amazon = /^(www|smile)\.amazon\.com?(\.[a-z]{2,3})?$/;

This allows smile.amazon.com links to be cleaned.

發表回覆

登入以回覆