Cleans URL's from various popular sites.
< Părere la script-ul General URL Cleaner
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.
Autentifică-te pentru a posta un răspuns.
Amazon Smile support
For your Amazon regex, use:
This allows smile.amazon.com links to be cleaned.