How to make new monitor icons less ... "painful" to see

"
Iangyratu wrote:
"
Fruz wrote:

web.poecdn.com/image/gen/platform.png

Good to know, will remember about it!
First time ever I am blocking anything manually... I hope the icons will be changed, because I'd rather see them when GGG also add consoles to know what people are talking about.

If you follow what I put in the OP, you can see them, it just does not stand out as it does now :)
SSF is not and will never be a standard for balance, it is not for people entitled to getting more without trading.
I purposely made a post in this thread to "bookmark" it for later if I'll need to see the icons. :)
"
Fruz wrote:
block "web.poecdn.com/image/gen/platform.png?1553741391000" in your adblocker.


Thank you :)
Last edited by Ceri#6660 on Mar 28, 2019, 10:00:39 AM
Thank you for the adblocker suggestion!
Softcore, solo self-found.
----- Currently: -----
Randomly Chosen Lacerate of Butchering Ascendant in Keepers
"
zecoratul wrote:
Another way: block "web.poecdn.com/image/gen/platform.png?1553741391000" in your adblocker.

Thank you for this.
You could also change

opacity : 0.15 !important;

into

display: none !important;

That will remove the icon entirely.
Wait this thing was intentional?

I figured i'd done something dumb with my browser and this was a placeholder for the real icon.

It's hideous, get rid of it!

"
bruts wrote:
"
Zebedin wrote:
"
bruts wrote:
For what is the Icon made?



because poe on playstation is out and i guess they want to seed out pc/console players ?

its retarded, i write this from smartphone now, should have mobile tag


Ok, thx.

What next? Ingame Chat seperate SSF from non-SSF with a Icon, too?


When you play on hardcore it changes to [ALT-F4]
Last edited by Asmosis#7365 on Mar 28, 2019, 11:57:46 AM
"
Fruz wrote:
"
Iangyratu wrote:
"
zecoratul wrote:
Another way: block "web.poecdn.com/image/gen/platform.png?1553741391000" in your adblocker.

It worked for me, thanks for the suggestion!

This this might change everytime they add something to their website, I would only add

web.poecdn.com/image/gen/platform.png
The thing is, that was the first thing I tried to do and for some reason it didn't work for me. If it will work for other people, great.
"
Fruz wrote:
@-moz-document domain(pathofexile.com) {
.profile-link a.platform-pc::before, .profile-link a.platform-steam::before, .profile-link a.platform-xbox::before, .profile-link a.platform-sony::before{
opacity : 0.15
display: none !important;
}
}

Thanks for this. The indicators are bloody awful in any visible state as far as I'm concerned. I made a few changes in bold and strikeout to your solution above that I'll be using going forward.

The important thing is to make the change specific to the PoE forums so that the css can't silently remove features that you may want to see on other sites.

Edit: While I was at it, I removed the column of R's. Why would I want to mark individual threads as read in such a high traffic forum? I'm either going to read them and they'll self-mark or ignore them and their state is irrelevant.
userContent.css
@-moz-document domain(pathofexile.com) {
.profile-link a.platform-pc::before, .profile-link a.platform-steam::before, .profile-link a.platform-xbox::before, .profile-link a.platform-sony::before{
display: none !important;
}
.clear_viewed {
display: none !important;
}
}

Edit: I also removed legacy supporter titles since they add too much vertical white space. This leaves the new style visible, but you can get rid of that too using ".badges" instead of ".legacy" in the snippet below.
userContent.css
@-moz-document domain(pathofexile.com) {
.profile-link a.platform-pc::before, .profile-link a.platform-steam::before, .profile-link a.platform-xbox::before, .profile-link a.platform-sony::before{
display: none !important;
}
.clear_viewed {
display: none !important;
}
.legacy {
display: none !important;
}
}
Last edited by Durentis#4897 on Mar 28, 2019, 10:49:33 PM
I was not sure how to make it website-specific and I could not be bothered haha, thank you for the addition, I will add it to the OP :)
SSF is not and will never be a standard for balance, it is not for people entitled to getting more without trading.

Report Forum Post

Report Account:

Report Type

Additional Info