Steam tracker is down, the script will not work
http://downforeveryoneorjustme.com/steam-tracker.com
Comment has been collapsed.
Nice script. Thank you.
Have been looking for a new "checking" script.
Trying yours out now.
Are you open to feature requests?
If so...
I would VERY MUCH like a script that auto marks any game or product by specified devs and/or publishers as "not interested".
Would be a wonderful addition to have available on Steam Search pages.
So many zombie/shady/crapware devs & publishers on Steam now.
I'd very much like a way of blacklisting them so I can't even see their crap... but steam won't allow that.. so an auto-mark "not interested" might be the next best thing.
Comment has been collapsed.
Here ya go:
javascript:(function(){jQuery("#search_result_container [data-ds-appid]").each((i, elem) => jQuery.post("/recommended/ignorerecommendation/", { sessionid: g_sessionID, appid: jQuery(elem).data("ds-appid") }));})()
This piece of code will add every result of steam store search + filters to your steam ignore list. Enjoy!
Comment has been collapsed.
Thanks very much Roy...
But I'm not a coder, inexperienced and require an interface to work with.
I honestly don't know what to do (how to use) with the code you provided.
I use Greasemonkey in Firefox and Tampermonkey in Chrome.
When I view Steam, I rely heavily on Enhanced Steam to make my Steam Life much easier & better informed.
Comment has been collapsed.
Thank you!
That did the trick.
I got a response in the console line of "undefined", but when I went to check the store pages for the individual games, they were marked uninterested. So must have worked. :)
Comment has been collapsed.
javascript:(function(){jQuery(".search_result_row[data-ds-appid]:not(:hidden)").each((i, elem) => jQuery.post("/recommended/ignorerecommendation/", { sessionid: g_sessionID, appid: jQuery(elem).data("ds-appid") }));})()
This code is better, since it doesn't ignore apps hidden from search results.
Comment has been collapsed.
Works like a charm!
Please tell me if You find 5 minutes to help me with small code I tried to use on market/listings/ webpage?
I'm looking for code who replace price and quantity of prduct I want to buy.
I already found the code to have agrement alvays checked but can't find a way to run it using code:
// @require https://code.jquery.com/jquery-3.2.1.slim.min.js
.
$('#market_buy_commodity_input_price').val('???');
$('#market_buy_commodity_input_quantity').val('???');
I noticed that script doesn't work if I have this require line. Steam blocked it?
Thank You in advance and thank You for Your time for changing wishlist code for me.
Comment has been collapsed.
I would have made the suggestion on GitHub, but I don't have an account there and don't want to create one just to leave a comment. :/
Installed the dedicated .js you created for my request to mark all search results as "not interested" & commented on the Sentenals of the Store Group page.
Works well. Thanks again. Are you going to add that feature to this script? Just curious.
Might I make a suggestion...
Change the wording to add the words "Actions for ALL search results" to the top of the box, or similar phrasing.
Make it VERY obvious (people forget over time) that by clicking any of those 3 options will take action on all displayed search results.
Comment has been collapsed.
Did it just stopped to work for Chrome after today's tampermonkey update?
Comment has been collapsed.
When there is a RaChart™ in the discussion, I got below error:
Uncaught TypeError: decommissioned.filter is not a function
at Window.eval (chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/userscript.html?id=911eca55-5bdd-42ca-9994-645892bcd7b8:230:38)
at <anonymous>:2:120
at T.e.string.f.function.c.(anonymous function) (eval at exec_fn (:1:108), <anonymous>:51:390)
The script is not working at all into the chart. Got it today for the first time. I'm on version 1.7.2 (Chrome + Tampermonkey).
Comment has been collapsed.
Seems to work on every page except Indiegala Bundle redemption. Partners works flawlessly. No differences in script, except he is on Opera and I am on chrome.
Comment has been collapsed.
in a search bar on steamtrades "I want" I could type two games in search. Something what this guy want https://www.steamgifts.com/discussion/V1N94/how-can-i-enter-multiple-games-in-the-have-field-of-steamtrades
Comment has been collapsed.
Why it can't auto-update my games info today suddenly? The games I owned still shows ✘.
I set my Game details:Public
Comment has been collapsed.
I know what's wrong with me now...I exchange all the http→https in userscript
Then it worked.
Comment has been collapsed.
Are the changed colours, user changeable back again.
edit ignore that I turned cards and bundle icons white so ignore my stupid post
Comment has been collapsed.
Is there anyway to pull from steam api and mark games as Steam is learning about this game and add icon and once it is no longer learning remove icon or change it to indicate the restrictions for that game no longer apply.
Comment has been collapsed.
OK thanks
I'm marking all of the steam is learning about this game as not interested and not adding the keys of restricted games.
I see some of the SIL restricted ones have since had that removed and have reached the metric to have restrictions removed but if there is no way to mark that event then I'll have to try and keep up manually.
Comment has been collapsed.
It's important to me because I don't want to buy restricted games. I thought you'd understand this better than most at 11k
also at some point those games listed as Steam is learning changes from this to being not restricted and at the moment in time it would be nice if steam acknowledged that the restriction was lifted saying as they are happy enough to mention it's restricted on store page in the first instance.
Comment has been collapsed.
I don't want to buy restricted games. I thought you'd understand this better than most
I like API-banned games, conventional removed games, games that don't award +1, unreleased games, Steam Limited, F2P +1, DLCs, and so on.
Well, https://barter.vg/export/appids.txt is a current list (right here, right meow)
Steam Limited on Barter or Low Confidence Metric on SteamDB list the data.
Comment has been collapsed.
is it possible to add https://www.wingamestore.com/ to the script ?
It would be useful to see what games i own already while browsing the store.
Comment has been collapsed.
As requested by many, I've made changes on SteamPeek - https://www.steamgifts.com/discussion/sQa00/steam-game-recommendation-with-the-power-of-math-steampeekhu-beta - to be compatible with this great script. It should work fine now for everyone! :)
PS: This update also brings videos to SteamPeek ;)
Comment has been collapsed.
I've been using this script for quite a while now and encountered an error today. Not sure if it's related on jQuery or something else but I was getting error on line 261 (github) saying includes is not a function.
Checked and noticed that ignoredApps is an object and not an array so I just fixed it by adding a new line after line 246 and this:
ignoredApps = Object.values(ignoredApps);
Comment has been collapsed.
Sorry, it was a update via greasyfork. Works with github
Comment has been collapsed.
16,297 Comments - Last post 19 minutes ago by SebastianCrenshaw
52 Comments - Last post 1 hour ago by adam1224
206 Comments - Last post 4 hours ago by Joey2741
26 Comments - Last post 4 hours ago by Jarda
31 Comments - Last post 5 hours ago by Pika8
1,519 Comments - Last post 6 hours ago by Tristar
1,798 Comments - Last post 6 hours ago by Cacciaguida
102 Comments - Last post 4 minutes ago by BCGutsy
123 Comments - Last post 5 minutes ago by Naviis
28,250 Comments - Last post 5 minutes ago by Xeton99
110 Comments - Last post 9 minutes ago by Kyrrelin
19 Comments - Last post 14 minutes ago by Mitsukuni
16 Comments - Last post 17 minutes ago by Fyoll
40 Comments - Last post 51 minutes ago by NewbieSA
Steam Web Integration
GitHub
FireFox
Chrome
Comment has been collapsed.