Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it intended behaviour that the right hand sidebar is dimmed? #14

Open
26tajeen opened this issue Mar 30, 2018 · 4 comments
Open

Is it intended behaviour that the right hand sidebar is dimmed? #14

26tajeen opened this issue Mar 30, 2018 · 4 comments

Comments

@26tajeen
Copy link

Just asking if this is intended behaviour that the Google RHS is dimmed until you hover over it? This is the spot where Google Business results appear. I couldn't find this listed anywhere as a feature so wondered if it was a bug? This is my first time commenting/raising an issue anywhere on GitHub so go easy on me! ;-)

@spmbt
Copy link
Owner

spmbt commented Apr 4, 2018

Yes, this right sidebar contains advertisement usually, therefore, it made little contrast.
If it contain important info, we may not make transparent by special class of such message. Hint me class name (CSS) jf messages of Google Business, please (or how to repeat it by me?).

@26tajeen
Copy link
Author

xpdopen ?

@spmbt
Copy link
Owner

spmbt commented May 28, 2018

This string hide promo-blocks on the right sidebar:

.rhsvw{opacity:.16; transition:.4s}

.xpdopen class present in all .rhsv block. We need to select unical property of Google Business spot and exclude this useful block from anotheer advertisement.

In oher way, I may set option in settings, which disable all suppress of advertising...

@26tajeen
Copy link
Author

26tajeen commented Feb 28, 2020

This is still an issue for me and it seems like a bug rather than a feature because if you search for a business, you're prevented from easily viewing the information. I solve it by removing these lines:

+div.gb_g[aria-label="promo"],.pdp-psy.og-pdp, .gb_Sc.gb_g .gb_ha, .gb_g.gb_ha:not(.xpdopen ){display:none}'
		+'.xpdopen{display:block!important}.rhsvw{opacity:.16; transition:.4s}.rhsvw:hover{opacity:1}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants