jshackles / Enhanced_Steam_Firefox

Enhanced Steam for Mozilla Firefox
GNU General Public License v3.0
134 stars 23 forks source link

FIlter by OS #75

Open Tyrsen opened 9 years ago

Tyrsen commented 9 years ago

Hi, I've recently changed to using Linux as my only OS. I'd like to be able to make the steam store only show Linux games.

Sure you can do this in stock steam, but only on certain pages. E.g. not on sale pages etc. Some kind of visual notice (maybe a red box around games for the wrong OS?) would be great.

Two-Tone commented 9 years ago

I'd like this feature request as well. My suggestion would be to fade it out some what.

I have a bookmarklet for the Humble Bundle site that does exactly this:

javascript:$('.storefront-grid-product,%20.storefront-list-product,%20div.table-wrapper').not(function(){%20return%20$(this).has(':not(.platform-unavailable)%20>%20.hb-linux').length}).fadeTo(0,.1);undefined

It's great and I would love it if ES did this as well.