General URL Cleaner

Cleans URL's from various popular sites.

< Feedback on General URL Cleaner

Review: Good - script works

§
Posted: 2019-12-29
Edited: 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.

Post reply

Sign in to post a reply.