Hello, thanks for writing this script.
I am having the problem that I want to select the prices to be shown in euros. Selecting Germany as the region works fine, and the price is displayed correctly. However, if I reload the site, the region is reset to US and US dollars are shown again.
Hello, thanks for writing this script. I am having the problem that I want to select the prices to be shown in euros. Selecting Germany as the region works fine, and the price is displayed correctly. However, if I reload the site, the region is reset to US and US dollars are shown again.
From a quick look at the code, it seems like this line is the problem. If the
collapsed
value is set tofalse
the entire condition evaluates tofalse
and theelse
-block is executed, which resets the settings to default.https://github.com/kevinfiol/enhanced-gog/blame/ca5fdb08302b184bc93279eae179948e932a26db/src/index.js#L93