Converts prices from Japanese yen to popular currencies for the popular anime merchandise websites. This scripts gets the conversion rates from Yahoo Finance daily.
Supported Sites | Supported Currencies |
---|---|
amiami | US Dollar |
mandarake | Euro |
myfigurecollection (MFC) | British Pound |
HobbySearch | Canadian Dollar |
Jungle | Swiss Franc |
Good Smile Online Shop | Australia Dollar |
Big in Japan | Mexican Pesos |
- Works automatically (No setup required other than having a user script manager)
- Configurable through settings panel (lower right corner)
- Easy to switch between currency
- Easy to change colors to match your taste
- Settings are global and shared between the Different sites
This is a user script and it needs a script manager extension for the browser
- Install the user script manager
- Chrome, Chromium: Tampermonkey
- Firefox: greasemonkey
- Opera: Tampermonkey
- Safari: Tampermonkey
- Install the script
- From greasyfork
- Go to https://greasyfork.org/en/scripts/11560-animemerchpriceconverter
- Click
Install this script
- Directly from here
- From greasyfork
https://github.com/fadeenk/Anime-merch-price-converter/issues
If you are interested in improving this script feel free to fork and clone.
- Install required packages by using the following command in the root directory
npm install
- Do your magic
- Build your code and test it
grunt build
- Once satisfied submit a pull request :)
- Sep 7, 2015 v1.0.2 Added support for https (should have had that since the beginning :P)
- Sep 5, 2015 v1.0.1 Added Mexican Pesos support
- Aug 8, 2015 v1.0.0 Improved styling to better fit different websites, Styles are not configurable through the settings panel. Added global shared variables for the currency and styles. Improved code readability. Settings Panel is more organized and fully responsive. Changed $ to jQuery to avoid conflict with $ on goodsmile. And added more websites and currencies.
- Aug 7, 2015 v0.5.4 Added support for myfigurecollection (MFC) and implemented a new system for detecting prices on different sites
- Aug 7, 2015 v0.5.3 Fixed issue where setUpSettings function was not injected into the page and updated descriptions
- Aug 7, 2015 v0.5.2 Changed the way styles were injected to the page
- Aug 7, 2015 v0.5.1 Removed uglify and added support for userscripts (greasyfork)
- Aug 7, 2015 v0.5.0 Initial Release works only on amiami and mandarake and converts to Euro and American Dollars