-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current version doesn't work in Chrome? #1
Comments
Old version https://github.com/Nuklon/Steam-Economy-Enhancer/raw/ba8bcdd045fc88ed04a84f0354bd09311befa32d/code.user.js does however work. |
Same issue here. It seems it's because of this line
output in Chrome console:
|
Okay, I did a quick research and it seems problem is caused by this: http://stackoverflow.com/a/5006952 Possible workarounds: // @grant unsafeWindow
[..]
var user_currency = unsafeWindow.GetCurrencySymbol(unsafeWindow.GetCurrencyCode(market.walletInfo.wallet_currency)); or // @require http://steamcommunity.com/public/javascript/global.js
[..]
var user_currency = GetCurrencySymbol(GetCurrencyCode(market.walletInfo.wallet_currency)); I don't know much about javascript/Greasemonkey to know all implications of these changes. The second approach seems to be cleaner as usage of |
Thanks for the research, I have it fixed, will upload a new build soon. |
I've been using this for a while in Firefox, and while the old version updated to the current works in my Firefox, in my friend's Chrome and my own Chrome a fresh install of the newest version doesn't work.
The text was updated successfully, but these errors were encountered: