chrome-extension-redirector
chrome-extension-redirector copied to clipboard
Why isn't Amazon redirect working?
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...
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