Posted April 26, 2017
eiii
#%&@#%
eiii Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2013
From San Marino
adaliabooks
"Vell, Zaphod's just zis guy, you know?"
adaliabooks Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Jun 2013
From United Kingdom
Posted April 26, 2017
I'm liking the new design, very clean and modern, but the front page doesn't seem to scroll properly on mobile.
You can scroll if you can manage to tap the scrollbar at the side (the issue with this is you're far more likely to tap the game cards and navigate away), but swiping doesn't seem to be working.
You can scroll if you can manage to tap the scrollbar at the side (the issue with this is you're far more likely to tap the game cards and navigate away), but swiping doesn't seem to be working.
ssokolow
Linux Geek
ssokolow Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Feb 2011
From Canada
Posted April 26, 2017
muntdefems: Thanks for the tip! Unfortunately I know next to nothing about CSS and web code so I don't even know how to start applying your suggested changes. :P
It's OK though, it doesn't annoy me *that* much.
The way I'd do it is: It's OK though, it doesn't annoy me *that* much.
1. Install Stylish (I don't know what browser you're using, but all of the versions of the extension are linked from the footer)
2. Choose "Write New Style > For GOG.com"
3. Paste that into the editor
4. Give it a name and save it
BKGaming
🎮
BKGaming Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: May 2013
From United States
Posted April 26, 2017
Post edited April 26, 2017 by BKGaming
DeMignon
Dad but alive
DeMignon Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Jul 2011
From Other
BKGaming
🎮
BKGaming Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: May 2013
From United States
eiii
#%&@#%
eiii Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2013
From San Marino
Posted April 26, 2017
ssokolow: 1. Install <a href="http://www.gog.com/forum/general/the_what_did_just_break_thread_20/post798" class="link_arrow"></a></div> Do you still [url=https://addons.mozilla.org/en-US/firefox/addon/stylish/reviews/864136/]trust that?
Is it possible to apply such a style also with Greasemonkey?
Is it possible to apply such a style also with Greasemonkey?
Post edited April 27, 2017 by eiii
Cavalary
RIP GoodOldGOG:DRMfree,one price,goodies,community
Cavalary Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: May 2011
From Romania
Posted April 26, 2017
That purple bar at the top sure is weird. Also, dark menu regardless of theme? I have the light one, so it looks odd. And dropdowns don't seem to work on forum.
Also, styles applied after the page finishes loading or something? Because I see fonts changing significantly right after loading.
Also, styles applied after the page finishes loading or something? Because I see fonts changing significantly right after loading.
BenKii
Captain
BenKii Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Mar 2010
From United States
adaliabooks
"Vell, Zaphod's just zis guy, you know?"
adaliabooks Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Jun 2013
From United Kingdom
Posted April 27, 2017
ssokolow: 1. Install <a href="http://www.gog.com/forum/general/the_what_did_just_break_thread_20/post798" class="link_arrow"></a></div><div class="small_avatar_2_h"><img src="//images.gog.com/8233fa4d06abcaf2c477cc3de7d65efd5dda42dc05cfecc5c282d620f57284b3_avm.jpg" width="16" height="16" alt="avatar" /></div><span class="quot_text"><span class="quot_user_name">eiii: </span></span>Do you still [url=https://addons.mozilla.org/en-US/firefox/addon/stylish/reviews/864136/]trust that?
Is it possible to apply such a style also with Greasemonkey?
It should be fairly easy, just a few extra steps really. Is it possible to apply such a style also with Greasemonkey?
Here you go:
// ==UserScript==
// @name Purple Menu Remover
// @namespace test
// @description Remove the purple bar above the menu
// @include https://www.gog.com/*
// @version 1
// @grant none
// ==/UserScript==
function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
if (!head) { return; }
style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}
addGlobalStyle('.menu::before { background-image: none !important; }');
Just add that as a new script in Greasemonkey and away you go.
You can also just copy the addGlobalStyle and change the argument to add other CSS if you need / want to.
Or make a new script with a different @include for other websites.
eiii
#%&@#%
eiii Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2013
From San Marino
Posted April 27, 2017
Works. :) Thank you!
Although it only colors the purple part black while I hoped it would remove the purple part and thus waste less space at the top of the page.
Edit: Ha ha, '.menu::before { height: 40px !important; }' makes the black part smaller, just does not realign the rest of the menu bar. ;) It's fun to tinker with that. xD
Although it only colors the purple part black while I hoped it would remove the purple part and thus waste less space at the top of the page.
Edit: Ha ha, '.menu::before { height: 40px !important; }' makes the black part smaller, just does not realign the rest of the menu bar. ;) It's fun to tinker with that. xD
Post edited April 27, 2017 by eiii
Vainamoinen
🇺🇦 🇺🇦 🇺🇦 🇺🇦
Vainamoinen Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: May 2010
From Germany
Posted April 27, 2017
Having a good bit of trouble with the new menu because it tends to vanish on mouseover. :( :(
/edit: Yeah, it's pretty absurd. My solution is to drag and drop the text images into the pop up menus, that way I can access the pop up menus.
/edit: Yeah, it's pretty absurd. My solution is to drag and drop the text images into the pop up menus, that way I can access the pop up menus.
Post edited April 27, 2017 by Vainamoinen
adaliabooks
"Vell, Zaphod's just zis guy, you know?"
adaliabooks Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Jun 2013
From United Kingdom
Posted April 27, 2017
eiii: Works. :) Thank you!
Although it only colors the purple part black while I hoped it would remove the purple part and thus waste less space at the top of the page.
Replace this line: Although it only colors the purple part black while I hoped it would remove the purple part and thus waste less space at the top of the page.
addGlobalStyle('.menu::before { background-image: none !important; }');
with:
addGlobalStyle('.menu::before { background-image: none !important; height: 52px; }');
addGlobalStyle('.menu { height: 52px; }');
addGlobalStyle('.menu__container { padding-top: 0; }');
And that removes the space and padding as well.
VanishedOne
Registered: Dec 2012
From United Kingdom
Posted April 27, 2017
Is anyone else finding that the shopping cart and magnifying glass (and the X to close searches) sometimes fail to appear? Edit: the GOG logo and the downward-pointing arrows after each item are also affected.
(I'm on Pale Moon; I haven't tested in other browsers, mainly because the problem appears to be random.)
(I'm on Pale Moon; I haven't tested in other browsers, mainly because the problem appears to be random.)
Post edited April 27, 2017 by VanishedOne
eiii
#%&@#%
eiii Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2013
From San Marino