Amazon Force Currency Selector (Interactive)

Forces the currency on Amazon and asks which currency to display, works on all Amazon domains

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
jarecot
今日安裝
1
安裝總數
5
評價
0 0 0
版本
1.1
建立日期
2025-11-30
更新日期
2025-11-30
尺寸
3.4 KB
授權條款
MIT
腳本執行於

Amazon Force Currency Selector (Interactive)

Version: 1.2 Author: Dr Jared License: MIT Last Updated: 30/11/2025

Description

This userscript forces Amazon to always display prices in a currency of your choice, regardless of the domain you visit or any automatic currency overrides Amazon attempts internally.

It works across all major Amazon domains, modifying cookies, URL parameters, page navigation, AJAX/fetch requests, and all internal links. Simply set the currency you want inside the script, and Amazon will be forced to use it everywhere.

This script is ideal for users who want Amazon to always display prices in a consistent currency (e.g., COP, USD, EUR, BRL).


Features

  • Forces a chosen currency on:

    • .amazon.com
    • .amazon.com.br
    • .amazon.ca
    • .amazon.co.uk
    • .amazon.mx
    • .amazon.de
    • .amazon.fr
    • .amazon.it
    • .amazon.es
    • .amazon.in
    • .amazon.co.jp
    • .amazon.com.au
  • Automatically rewrites all Amazon links to include the ?currency=XYZ parameter.

  • Forces currency preference cookies every 500 ms.

  • Intercepts SPA navigation (history.pushState and popstate).

  • Intercepts fetch() and XMLHttpRequest calls to block Amazon attempts to switch currencies.

  • Works immediately on page load (run-at: document-start).


How to Choose the Currency

Inside the script, find this section:

// --- CONFIGURATION: Change your desired currency here ---
const FORCED_CURRENCY = "COP";

Change "COP" to any currency code you want. Examples:

Currency Code
US Dollar "USD"
Colombian Peso "COP"
Brazilian Real "BRL"
Euro "EUR"
British Pound "GBP"
Mexican Peso "MXN"
Japanese Yen "JPY"

Example: To force prices in USD, change it to:

const FORCED_CURRENCY = "USD";

Save the script and refresh Amazon.


Installation

  1. Install a userscript manager:
  • Tampermonkey (recommended)
  • Greasemonkey
  • Violentmonkey
    1. Click Install this script on Greasy Fork, or paste the userscript manually into a new script.
    2. Edit the FORCED_CURRENCY value according to your preference.
    3. Visit any Amazon domain — prices should now be displayed in your forced currency.

Compatibility

Tested on:

  • Chrome + Tampermonkey
  • Firefox + Tampermonkey
  • Edge + Tampermonkey
  • Opera + Violentmonkey

Works on all Amazon country websites listed above.


Known Limitations

  • This script does not modify actual prices, only the displayed currency.
  • Some Amazon pages might override currency temporarily, but the script immediately corrects them.
  • If Amazon changes its internal structure or currency-handling system, updates may be needed.

Source Code

The full script is included directly in the installation page on Greasy Fork.