Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
1. Install TamperMonkey for Google Chrome
2. Goto https://github.com/Royalgamer06/SteamWebIntegration/blob/master/Steam%20Web%20Integration.user.js and click Raw
3. Install it via TamperMonkey (Clicking Raw will redirect to TamperMonkey)
4. Goto https://steamhost.cn/dynamicstore/userdata/ and make sure has a lot of numbers (if "rgOwnedPackages looks like "rgOwnedPackages": [] then refresh until you get numbers or re-login)
5. Go to Steam and search for a zombie developer
6. Hit F12 and run the code below. (WARNING: It will set all games to ignore on that page so make sure you aren't ignoring anything you might potentially buy like Prey/CSGO etc)
I did not realize the Code provided required the SteamWebIntergration script to function.
I assumed it would work independently of having the script installed.
Unfortunatly not, it runs via the main script and requires it
@OP I improved the code a bit:
It was working fine on my end, but I also have your script enabled.
"Add to your wishlist" works like "Not interested"
and
"Not interested" works like "Add to your wishlist"
Here is a mistake:
function wishlistResults() {
doAction(this, "/recommended/ignorerecommendation/");
}
and here:
function ignoreResults() {
doAction(this, "/api/addtowishlist/");
}
Thanks. Tried it and it works. Nice little graphic box too. :)
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 obvious (people forget over time) that by clicking any of those 3 options will take action on all displayed search results.
That's JavaScript not Java.