I think there were some people who actually believed that (in a different thread).
Comment has been collapsed.
that's great
I always wondered why you can't sort by discount
Comment has been collapsed.
I actually made the extension; https://drive.google.com/file/d/0B73sIp-o-zdZYm1SSEJpRk10VEE/view
If you still see problem, go to console, and make a screenshot of the error.
Comment has been collapsed.
Do you use Firefox?
Also I made few updates, and put it on the chrome store; https://www.reddit.com/r/Steam/comments/5kfxga/steam_popularity_filter_sale_browsing_made_easier/?utm_content=title&utm_medium=user&utm_source=reddit
Comment has been collapsed.
I used the extension now but has the same problem as before and as Srki94 described. After the message to inform the user there are no results. I cleared the console before the search and after the search was done I see this (see image). I don't know if it has something to do with it. For this one I test it with only 5 pages of searching, to save time.
Comment has been collapsed.
Do you use Firefox?
Also I made few updates, and put it on the chrome store; https://www.reddit.com/r/Steam/comments/5kfxga/steam_popularity_filter_sale_browsing_made_easier/?utm_content=title&utm_medium=user&utm_source=reddit
Comment has been collapsed.
16,542 Comments - Last post 7 minutes ago by InSpec
13 Comments - Last post 50 minutes ago by AxJ
10 Comments - Last post 1 hour ago by Seibitsu
61 Comments - Last post 3 hours ago by slipkord
1,030 Comments - Last post 4 hours ago by MeguminShiro
206 Comments - Last post 5 hours ago by Jinxtah
602 Comments - Last post 9 hours ago by RobbyRatpoison
24 Comments - Last post 12 minutes ago by xxxka
14 Comments - Last post 39 minutes ago by Vee79
10,932 Comments - Last post 40 minutes ago by JMM72
37 Comments - Last post 51 minutes ago by RePlayBe
196 Comments - Last post 1 hour ago by jahas10
48 Comments - Last post 2 hours ago by CultofPersonalitea
75 Comments - Last post 2 hours ago by BigDave
ABOUT:
The amount of the games on sale is just unholy, and not everyone has the time to go thru them all, and pick out the best of them, especially the lesser known titles. So while this is not an absolute metric, I used the total amount of reviews a game has, as filter, to filter out the less popular titles, so you would have a much smaller and better pool of games you can actually look through and pick what you want. Again, I know the amount of reviews doesn't necessarily mean it is better than other, but popularity is the most objective variable that could be used to filter out games, because otherwise, most people don't have the time to look thru all of the games to see which one are the best, regardless of popularity.
Also the most important part, is the ability to filter games based on popularity, relative to it's price. While you can be interested looking at a game that cost 2 dollars, and has popularity of 500 reviews. you won't be as much as interested looking at All the games with same popularity that cost 10 dollars. I'm not saying those differences are what actually makes something worth buying, it is just about filtering, and giving you a smaller and relatively objective better games, to look thru.
TL;DR : This scripts filters search results based on their popularity.
HOW TO USE:
Change any variables you want.
Copy the code
Go to the search page in Steam, I recommend going to this link with those filters; http://store.steampowered.com/search/?sort_by=Name_ASC&category1=998&specials=1
Select any of the traditional filters you want.
Press ctrl + shift + 'J'
You will see a console poping out, paste the code there, and hit enter.
Now while it looking thru all games, you can go do what you want, and you'll get alert when it will finish.
VARIABLES:
There are variables you can customize, to suite the standards of the games you are looking.
minmum_discount : Self explanatory, the minimum amount of discount you looking for. Enter value between 0-100.
minimum_rating : Self explanatory too, the minimum amount of rating in a game you looking for. Enter value between 0-100.
minimum_reviews : The minimum amount a reviews the game needs to have, and regardless of the next reviews_per_dollar. Enter 0(if you want the feature disabled), or any number above 0.
reviews_per_dollar : How much popularity a game needs to have, relative to it's price, for example if you'll put '250'; it'll show games that cost 2$ and has 500 reviews and more, but won't show games that cost 5$ and have less than 1250 reviews. Enter 0 (if you want the feature disabled), or any number above 0.
starting_page & ending_page: going thru the whole list of games, can take some time, lag the browser at the end, and just have too many results. SO you can set thru what p[ages you want tool in your current search.
special_sort : Turning this feature on, will sort all the results at the end, based on popularity (reviews) per dollar. You can either use true or false, to turn on and off this feature.
NOTES:
If there's an actual demand, I will make a Chrome extension of this script for a much easier usage.
When using the script make sure you are on the first page of the results, otherwise there is a bug that stops the script.
Rarely the script for some reason just doesn't start, so if you don't see any reaction, just refresh the page, and use the script again.
I only used it on Chrome, so I'm not sure if it is 100% compatible on other browsers.
I might occasionaly update and improve the code, so you can check back to see if there's any updates.
All feedback are welcome.
UPDATES:
none so far
CODE:
Comment has been collapsed.