Posted July 06, 2020

Not sure if itad changed things on you or what but australia is broken in your code. I fixed it by changing the following lines:
@1445:
var au2 = {
AU2: {
name: "Australia",
region_code: "au2",
currency: {
code: "AUD",
sign: "$",
delimiter: ".",
left: true,
html: "$"
}
}
};
@1497:
var region_map = {
eu1: eu1,
eu2: eu2,
uk: uk,
us: us,
ca: ca,
br: br,
au2: au2,
ru: ru,
tr: tr,
cn: cn
};
Regards,
Pete
Anyway, I went ahead and applied your fix, along with a fix for the Brazil region. It appears ITAD changed things on their side for what region codes they use. The userscript should automatically update, if not, you can always remove it, and re-install from here: https://github.com/kevinfiol/enhanced-gog
In addition, I made a few minor improvements to help recover from an error like this on the user-side (region select is now always visible).
Regards!
Post edited July 06, 2020 by kebg