Amazon Smile Redirect

Always redirects links the smile.amazon.com domain

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @license MIT
// @name           Amazon Smile Redirect
// @namespace      petersamazonredict
// @description    Always redirects links the smile.amazon.com domain
// @match        https://amazon.com/*
// @match        http://amazon.com/*
// @match       https://www.amazon.com/*
// @match        http://www.amazon.com/*
// @match        https://amazon.de/*
// @match        http://amazon.de/*
// @match       https://www.amazon.de/*
// @match        http://www.amazon.de/*
// @match        https://amazon.co.jp/*
// @match        http://amazon.co.jp/*
// @match       https://www.amazon.co.jp/*
// @match        http://www.amazon.co.jp/*
// @match        https://amazon.co.uk/*
// @match        http://amazon.co.uk/*
// @match       https://www.amazon.co.uk/*
// @match        http://www.amazon.co.uk/*
// @version 0.0.1.20220917203158
// ==/UserScript==

window.location.host = "smile.amazon.co.uk";