JGO site notification at top

Is there any way to disable notifications like this one without disabling JS:

[quote]There are 2 posts just in!
[/quote]
?

Why would you want to? :o

But I believe the answer is “no”, there seems to be no settings in our account/profile setting.

It pops up while reading the topic, steals vertical space from my not so large notebook screen. Also I have to use large fonts in browser, and my browser is Opera 12 (the only one with “Fit To Width” functionality) which doesn’t like such overlay elements and scrolling after appearance of this notification lags very noticeably…

Just add a CSS rule that hides it, then. You can add custom css rules in most browsers.

More power to you :smiley:

This CSS should do it.


#notification
{
    display: none;
}

But why? What’s the size of your notebook screen? Can’t you upgrade to other browsers like Google Chrome?

Thank you, will try it.

Here is a screenshot of JGO from notebook. And I have to use such large fonts because of problems with my eyes. With fonts of this size some sites have horizontal scrolling and Opera 12 has a feature “Fit To Width” which allows to reflow text and get rid of horizontal scrolling.

But Opera 12 is almost abandonware so periodically I try to switch to Chrome or Firefox. But still feel uncomfortable with them…

You could try this:

http://www.chromeextensions.org/appearance-functioning/fit-to-width/#.U2t4NPldXTo