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

×
low rated
I'm sick of this stupid rep system and it's daily abuse resulting in low rated posts everywhere. So I've decided to hide this crap with uBlock. Here's a list of possible filters (add them under "My Filters" in uBlock settings):

! GOG post "low rated" text
www.gog.com##.post_rate_red

! GOG post "high rated" text
www.gog.com##.post_rate_green

! GOG user "rep number"
www.gog.com##.xywka

! GOG user "rep number" + stars
www.gog.com##div.b_u_rep:nth-of-type(1)

! GOG post "rate this post" text and buttons
www.gog.com##.rate_this_post_h_EN
low rated
avatar
russellskanne: I'm sick of this stupid rep system and it's daily abuse resulting in low rated posts everywhere. So I've decided to hide this crap with uBlock. Here's a list of possible filters (add them under "My Filters" in uBlock settings):

! GOG post "low rated" text
www.gog.com##.post_rate_red

! GOG post "high rated" text
www.gog.com##.post_rate_green

! GOG user "rep number"
www.gog.com##.xywka

! GOG user "rep number" + stars
www.gog.com##div.b_u_rep:nth-of-type(1)

! GOG post "rate this post" text and buttons
www.gog.com##.rate_this_post_h_EN
You may be able to hide it, but it will still affect you. Apparently users (and most new users are default to this) do not see low rated posts. And the report as spam button is the only way to report spam (don’t think it actually does anything though), unless you want a helpdesk ticket in for a few months.
low rated
avatar
russellskanne: I've decided to hide this crap with uBlock.
For those, who prefer UserCSS:

@-moz-document domain(gog.com) {

/* Hide reputation */

div.post_rate_green { display: none !important; }
div.post_rate_red { display: none !important; }

div.t_u_stars_p { display: none !important; }
div.xywka { display: none !important; }

/* Hide review ratings */

div.review__was-helpful { display: none !important; }
div.review__top-bar.ng-scope { display: none !important; }

section.review__item.review__item--most-helpful { background-color: transparent !important; border: none !important; border-bottom: 1px solid hsla( 0, 0%, 54%, .16 ) !important; }

}
avatar
nightcraw1er.488: Apparently users (and most new users are default to this) do not see low rated posts.
All posts are being shown to unregistered guests, who are the majority of forum readers. ;)
low rated
Single bump, in case anyone is interested.