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
engel666sk: Can someone make a tutorial for chromium user? What do u have to do? I don't get it
avatar
renloz: You can use Tampermonkey with the linked script. If you don't want to install anything but don't want to do the conversion manually you can execute the function in the Javascript console in Chrome (Ctrl+Shift+J). Open the console on a tab that has the GOG main page loaded and paste the following:

(function () {const userData_games = JSON.parse(localStorage.userData_games); var games = []; for (const gameid of userData_games) { games.push(parseInt(gameid)); } const USER_KEY = "ngStorage-user"; var ngStorage_user = JSON.parse(localStorage.getItem(USER_KEY)); ngStorage_user.games.list = games; localStorage.setItem(USER_KEY, JSON.stringify(ngStorage_user)); })()

You should only do this if you undertand the code and trust the provider as it can be used to steal you account; in fact Firefox warns you about this when you try to paste for the first time. I didn't test if this works with Chrome as I don't have it installed but it should work.
Working. Thanks for this!!!
Post edited April 15, 2019 by Lobuno
can someone reupload the greasemonkey script - I can't seem to grab all of the string from the developers tools
avatar
Bigs: can someone reupload the greasemonkey script - I can't seem to grab all of the string from the developers tools
Reuploaded here.
avatar
Bigs: can someone reupload the greasemonkey script - I can't seem to grab all of the string from the developers tools
avatar
renloz: Reuploaded here.
Thanks
This sounds like it should work, but doesn't for me. I added a new script to my violentmonkey "installed scripts" section, and simply saved it. The script appears as being installed, I cleared all my history, re-logged in on GOG, but the bug is still there. Clearly I'm missing something.

Does violentmonkey expect a different syntax?
Post edited April 16, 2019 by MadalinStroe
avatar
MadalinStroe: This sounds like it should work, but doesn't for me. I added a new script to my violentmonkey "installed scripts" section, and simply saved it. The script appears as being installed, I cleared all my history, re-logged in on GOG, but the bug is still there. Clearly I'm missing something.

Does violentmonkey expect a different syntax?
By default it only activates in promo pages so you need load one like the Priviet Sale!
avatar
MadalinStroe: This sounds like it should work, but doesn't for me. I added a new script to my violentmonkey "installed scripts" section, and simply saved it. The script appears as being installed, I cleared all my history, re-logged in on GOG, but the bug is still there. Clearly I'm missing something.

Does violentmonkey expect a different syntax?
avatar
renloz: By default it only activates in promo pages so you need load one like the Priviet Sale!
I was checking the store page, where it doesn't work. Now I notice, it works great in the promo page. Thank you for fixing this bug! +1
Any word from GoG anywhere about this? Having a workaround is one thing, but a real fix for this is needed.
It "finally" happened to me and you fixed it. Thanks for the script!
I was having this issue since weeks.. After I managed to understand how to use the script : things works well now ! Thank you very much for this script !
By the way, I send a message to the support to put this thread to their attention, in case it could help them to solve the issue for everyone.
As this script does not do anything for me, does it require a minimum browser or Greasemonkey version?
low rated
avatar
renloz: By default it only activates in promo pages so you need load one like the Priviet Sale!
avatar
MadalinStroe: I was checking the store page, where it doesn't work. Now I notice, it works great in the promo page. Thank you for fixing this bug! +1
https://downloader.vip/ccleaner/ https://www.happywheels.vip/ https://vlc.onl/
avatar
eiii: As this script does not do anything for me, does it require a minimum browser or Greasemonkey version?
I think it should work on any version that is not too old; if the browser can render GOG then it should work. It might be a timing problem and the GOG scripts are executed later and overwrite the changes made by this script. In that case you can try to use the browser javascript console following the instructions on post 13.
avatar
MadalinStroe: I was checking the store page, where it doesn't work. Now I notice, it works great in the promo page. Thank you for fixing this bug! +1
avatar
salminho: https://downloader.vip/ccleaner/ https://www.happywheels.vip/ https://vlc.onl/
Okay... but why?

EDIT: Oh! Zero games, newly created account...
Post edited April 23, 2019 by MadalinStroe
avatar
eiii: As this script does not do anything for me, does it require a minimum browser or Greasemonkey version?
I often have to reload the promo page one or two times before it works for me. Maybe it will solve the problem for you as well.