chrome-extension-redirector icon indicating copy to clipboard operation
chrome-extension-redirector copied to clipboard

Why isn't Amazon redirect working?

Open kerim opened this issue 6 years ago • 1 comments
trafficstars

I travel a lot, but prefer to use the US amazon store since that is where I have an account. However, my effort to redirect to that store doesn’t work.

Include pattern: *amazon.co.uk* Redirect code: $1amazon.com$2

The result shown in the app is correct, but nothing happens when I go to the site...

kerim avatar Feb 11 '19 14:02 kerim

That's an incorrect rule. The start and end link must be enclosed in () to be able to use capture groups. Also, escape the dot to be more accurate. (.)amazon.co.uk(.) $1amazon.com$2

PurpleCodingWizard avatar Jul 12 '19 01:07 PurpleCodingWizard