I would like to automatically replace the "www" for all Amazon URLs with "smile" in Chrome
Amazon will ONLY make a contribution to the non-profit organization associated with your Amazon account when purchases are made from a SMILE URL.
For example, instead of using this standard WWW URL:
https://www.amazon.com/Culligan-Certified-WHR-140-Replacement-Cartridge/dp/B0006VVN1I/
I would need to purchase the product from its SMILE URL:
https://smile.amazon.com/Culligan-Certified-WHR-140-Replacement-Cartridge/dp/B0006VVN1I/
I require assistance executing this logic in Keyboard Maestro:
If %ChromeURL% contains www.amazon.com
Set variable (amazonURL) with %ChromeURL%
Modify amazonURL ("replace" www with "smile")
Replace %ChromeURL% with amazonURL