STEAM GROUP
Sentinels of the Store StoreSents
STEAM GROUP
Sentinels of the Store StoreSents
241
IN-GAME
1,393
ONLINE
Founded
17 January, 2017
Language
English
Showing 51-54 of 54 entries
28
[Jave Code] Auto-Mark "Not Interested" (Verified by Moderators)
10
Another russian genious game developer made this one
28
[Jave Code] Auto-Mark "Not Interested" (Verified by Moderators)
Hello folks. I hope you all find this helpful.

@Mods/Admins/Mellow: Change, edit, delete, move or whatever you wish with this information. I'm just trying to help out and "give back" a little to the group.
Thanks for the hard work you do. The shovelware/crapware that is allowed to flow through the store pisses me off, so the service the Group Announcements provide is greatly appreciated.

----------

I am not a coder and don't have any understanding, but it seems to work.

The Java code marks ALL RESULTS displayed on the Steam Search page as "not interested". So be careful if you get results outside your search interests. This is why I say below to search based on the developer or publisher name.


Code provided at end of the post.

Thanks to SotS, I now have a way to find and mark many of the Zombie/Unethical Devs and Publishers who push crapware through the Steam Store.

My goal was simply to speed up the process of marking all of these shady seller's products as "not interested" when viewing them in the Steam Search.

It became very tedious and time-consuming to mark/flag/check them 1 by 1 and store page by store page.

I reached out to a scriptwriter/author on Steamgifts.com for "a script" that would automate the process based on what was displayed on the store page, meaning a search based on the developer or publisher name.

The info below is what was provided and seems to work just fine as far as I can tell.

https://www.steamgifts.com/discussion/y9vVm/userscript-steam-web-integration-previously-steam-store-game-owned-checker/search?page=3#jnssgBm

Here is the meat of the info:
In your Web Browser (not steam client)

1) Go to <Steam Search Page>
* I suggest you find a game developer you don't like/want and search based on the dev or publisher name to get results.

Here is an example of a search result based on Developer
https://steamhost.cn/search/?developer=Ripknot%20Systems

2) Search for the games you want to ignore (you can search for devs/pubs)
3) Press F12 or open developer console on your browser
4) Go to (javascript) console
5) Paste the code I gave you in there and run it [Press Enter]
That should do it

This is the code string/line to paste into the Console

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") }));})()


P.S.
If you find this helpful, don't thank me. Thank the Admins/Mods here on SotS and the writer of the script, Royalgamer06, over at Steamgifts.com :gearthumbsup: :) They are the ones doing all the heavy lifting. ;)
Showing 51-54 of 54 entries