It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
adaliabooks: Glad you like it, thanks for reporting the issue.

It was actually effecting all the Game Page features but thankfully it was a quick fix. The script uses the URL to decide what functions need to be loaded and it was looking for urls starting with game/ for the Game Pages not en/game/

I've fixed it so it works for both and uploaded it to Gist. There shouldn't be any bugs as it was a very minor fix, but just let me know if anything pops up.
I had forgotten I had read about this, and was scratching my head with the lack of the US base price on some game pages.

Thanks for restoring the feature!
avatar
adaliabooks: Glad you like it, thanks for reporting the issue.

It was actually effecting all the Game Page features but thankfully it was a quick fix. The script uses the URL to decide what functions need to be loaded and it was looking for urls starting with game/ for the Game Pages not en/game/

I've fixed it so it works for both and uploaded it to Gist. There shouldn't be any bugs as it was a very minor fix, but just let me know if anything pops up.
avatar
HypersomniacLive: I had forgotten I had read about this, and was scratching my head with the lack of the US base price on some game pages.

Thanks for restoring the feature!
No problem :)
I'm not entirely sure about the version history, but I see 'option to default to Classic (non Galaxy) installer downloads' was added in 2017 so I think it's this script that seems to be broken today. (Did GOG make it impossible to collapse the Galaxy section or something?)

In case it helps anyone else, I'm currently fixing it with the following client-side CSS (edit: until I realised this hides Linux downloads):

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("https://www.gog.com/en/account") {

.game-details__column--left .game-details__section:first-child { display: none !important; }

}
Post edited March 15, 2022 by VanishedOne
high rated
avatar
VanishedOne: I'm not entirely sure about the version history, but I see 'option to default to Classic (non Galaxy) installer downloads' was added in 2017 so I think it's this script that seems to be broken today. (Did GOG make it impossible to collapse the Galaxy section or something?)

In case it helps anyone else, I'm currently fixing it with the following client-side CSS:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("https://www.gog.com/en/account") {

.game-details__column--left .game-details__section:first-child { display: none !important; }

}
Not sure what's up but the all the library script stuff seems to be broken.
GOG seem to have changed some class names and stuff so that might just be it but I'm afraid it my also be more than that.
I'll take a look into it and see if I can fix it.


Edit: Wishlist stuff isn't working either, it looks like most of the script may be down. Probably gonna take me a while to figure this one out.
Post edited March 08, 2022 by adaliabooks
avatar
adaliabooks: Not sure what's up but the all the library script stuff seems to be broken.
GOG seem to have changed some class names and stuff so that might just be it but I'm afraid it my also be more than that.
I'll take a look into it and see if I can fix it.


Edit: Wishlist stuff isn't working either, it looks like most of the script may be down. Probably gonna take me a while to figure this one out.
I think I know what the problem is, it's the same that affected the US base price on the game pages.

Notice the URL account path VanishedOne posted - it's /en/account, not /account; if you use the latter, AF works just fine (I assume that it's the same with the wishlist, but I can't check it as mine's empty).
high rated
avatar
HypersomniacLive: I think I know what the problem is, it's the same that affected the US base price on the game pages.

Notice the URL account path VanishedOne posted - it's /en/account, not /account; if you use the latter, AF works just fine (I assume that it's the same with the wishlist, but I can't check it as mine's empty).
Great minds, I'd just figured this out myself.
Thankfully that's a pretty easy fix.
I should possibly look at updating my replacement code as some of GOG's classes seem to have changed, but it seems to be working again with the url thing sorted.

I've done an update so hopefully that should sort it.
Let me know if there are still any issues, I'll try and remember to check back here for the next few days just in case.
Post edited March 08, 2022 by adaliabooks
high rated
avatar
adaliabooks: Great minds, I'd just figured this out myself.
Thankfully that's a pretty easy fix.
I should possibly look at updating my replacement code as some of GOG's classes seem to have changed, but it seems to be working again with the url thing sorted.
I had not doubt that you'd figure it out yourself, just thought it wouldn't hurt to mention what I noticed after checking my own account page (I've got the /account link bookmarked, so could compare easily).

Since both work (for the time), might want to go about it the same way you did with US base price on game pages?
high rated
avatar
adaliabooks: [...]

I've done an update so hopefully that should sort it.
Let me know if there are still any issues, I'll try and remember to check back here for the next few days just in case.
Not sure if it's a universal issue or just at my end, but the "Shows the total number of products and the filtered count" isn't working properly - both show the number of unhidden titles.

Could you take a look, please?
high rated
avatar
adaliabooks: [...]

I've done an update so hopefully that should sort it.
Let me know if there are still any issues, I'll try and remember to check back here for the next few days just in case.
avatar
HypersomniacLive: Not sure if it's a universal issue or just at my end, but the "Shows the total number of products and the filtered count" isn't working properly - both show the number of unhidden titles.

Could you take a look, please?
Seems to be working on my end in both Chrome and Firefox.
What exactly is happening? Are you getting the updated totals at all or is it just showing the normal GOG version?
Um, I don't know what is happening but, for quite a while now, in the wishlist, the games would all bump down a little bit, and 5 empty boxes would show up.

Well, today I turned this and Barefoot on and off to see which it was. IT turned out to be this extension.

However, right now, that issue is fixed, but the ratings and rankings have disappeared. :O There might be nothing to this, but ctrl-f5 didn't fix it.
Never mind, I updated and it is all fixed (I was somehow still on 1.9.3)
As always, thank you very much for this wonderful tool, and we are still playing Forum Mafia over here if you are interested in playing again!
Post edited March 24, 2022 by Microfish_1
avatar
Microfish_1: Um, I don't know what is happening but, for quite a while now, in the wishlist, the games would all bump down a little bit, and 5 empty boxes would show up.

Well, today I turned this and Barefoot on and off to see which it was. IT turned out to be this extension.

However, right now, that issue is fixed, but the ratings and rankings have disappeared. :O There might be nothing to this, but ctrl-f5 didn't fix it.
Never mind, I updated and it is all fixed (I was somehow still on 1.9.3)
As always, thank you very much for this wonderful tool, and we are still playing Forum Mafia over here if you are interested in playing again!
Ah, the best kind of problem, one that solves itself! :)

Glad it's working ok for you.

Thanks but I realised a long time ago that Mafia wasn't great for my mental health and that's why I stopped. Nice to know the games are still going though.
avatar
adaliabooks: Ah, the best kind of problem, one that solves itself! :)

Glad it's working ok for you.

Thanks but I realised a long time ago that Mafia wasn't great for my mental health and that's why I stopped. Nice to know the games are still going though.
Yes, it is :D

Fair enough. I understand. I had thought I'd offer just in case you were interested again. But that is completely understandable.
avatar
HypersomniacLive: Not sure if it's a universal issue or just at my end, but the "Shows the total number of products and the filtered count" isn't working properly - both show the number of unhidden titles.

Could you take a look, please?
avatar
adaliabooks: Seems to be working on my end in both Chrome and Firefox.
What exactly is happening? Are you getting the updated totals at all or is it just showing the normal GOG version?
Sorry for the belated reply.

See attachment. Shouldn't that show the total number of games, the number of unhidden ones, plus the number of updated games? Or am I remembering this completely wrong?
Attachments:
high rated
avatar
HypersomniacLive: Sorry for the belated reply.

See attachment. Shouldn't that show the total number of games, the number of unhidden ones, plus the number of updated games? Or am I remembering this completely wrong?
No, that's it working as it should.
GOG's normal implementation shows your total number of games and the updated ones (if you click the arrow you can see the total number of hidden games but I honestly can't remember if they're included in the total or not too), all mine does is give you the total number of currently showing games (i.e. the filtered total) as well.
avatar
adaliabooks: No, that's it working as it should.
GOG's normal implementation shows your total number of games and the updated ones (if you click the arrow you can see the total number of hidden games but I honestly can't remember if they're included in the total or not too), all mine does is give you the total number of currently showing games (i.e. the filtered total) as well.
Seems that I was remembering it wrong, cheers.

Do you remember why it shows the number of unhidden games twice and not just once?