Littlefinix / Amazon URL Shortener

Please change the @include line in the header to match URLs like smile.amazon.com in addition to www.amazon.com and amazon.com.

Change this line:

// @include      /^https?:\/\/(www.)?amazon.*\/[a-z]p\/.*/

to:

// @include      /^https?:\/\/(www.|smile.)?amazon.*\/[a-z]p\/.*/