These Tampermonkey scripts convert prices on the Rohlik.cz and Alza.cz websites from CZK to Euros. The script dynamically updates prices for individual products as well as the total basket price.
To use this script, you'll need to have the Tampermonkey extension installed in your browser. Tampermonkey is available for various browsers:
-
Install Tampermonkey:
- Visit the Tampermonkey website and install the extension for your browser.
-
Add the Script to Tampermonkey:
- Open the alza-price.converter.user.js and rohlik-price.converter.user.js files on GitHub.
- Click the
Raw
button to view the raw script. - Tampermonkey should prompt you to install the script. Confirm the installation.
-
Activate the Script:
- Ensure the script is activated by checking that the toggle switch next to the script name is turned on (should be green).
- Converts individual product prices from CZK to Euros on Rohlik.cz and Alza.cz.
- Converts unit prices (e.g., price per kg, price per liter) on both websites.
- Converts the total basket price from CZK to Euros on both websites.
- Automatically updates prices as you browse the websites.
- The script fetches the latest CZK to EUR exchange rate from the European Central Bank.
- Prices displayed on the Rohlik.cz and Alza.cz websites are automatically converted to Euros.
- The conversion rate is hardcoded as a fallback in case the exchange rate fetch fails.
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This script is provided "as is", without warranty of any kind. Use it at your own risk. The author is not responsible for any damage or issues that may arise from using this script.
This script uses data from the European Central Bank.