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
Nixerat: test
No, no, no -- THIS is the semi-official GOG forum test thread. Accept no substitutes!
avatar
HunchBluntley: No, no, no -- THIS is the semi-official GOG forum test thread. Accept no substitutes!
But, it is the 11th substitute.
avatar
Grargar: But, it is the 11th substitute.
It's the one true test thread turned up to ELEVEN.
deleted
This should help (copy+paste in dev-console, or add as Tampermonkey script):
var games = document.querySelectorAll('.header__title, .game-details__title, .product-title__text');
for(i=0; i<games.length; i++) {
games[i].innerHTML = games[i].innerHTML.toLowerCase();
games[i].style.textTransform = "capitalize";
};
Post edited December 21, 2016 by HerrNieschnell
Just like Fairfox says, if I copy paste the titles they magically turn into normal and correct writing, like so: MASTER OF ORION >> Master of Orion.