Seems nice for people. I wish there was a User Scripts category on SteamGifts, though (to easily see all of what's offered without searching 'script' or what else could be relevant)
edit: I also realized a lot of people who use SteamTrades don't use SteamGifts so it might be harder for them to find out about it (since I saw a 'thread' get made for it there just now)
double edit: Is there a way to add a few specific games to some list that you want (and probably with a new icon?)? Basically, a short list of games you actively look to trade for but don't necessarily have on your wishlist. I hope this is clear since sometimes it seems my messages may not be.
Comment has been collapsed.
I know, but the list requires it to be community (mostly topic creator) maintained to keep it up to date. Just wishful thinking for convenience given that so many people make scripts. I don't think it's a problem for anyone, but it's nice to have things in one place (yes, I know it already is basically)
How long do you plan to bump that topic for if you're going to do it every hour?
Comment has been collapsed.
Yeah, I already tried looking for the issue on Firefox, but I just can't find it. There is also no errors/warnings in the console.
If I execute the piece of code that shows the Filter button manually, it works just fine on Firefox.
So I don't know...
Comment has been collapsed.
Great script, Good Job!
P.S. This might be out of topic and someone has probably already talked about it, but I wanted to mention about your giveaway website. I mean I understand to get something for free we have to sacrifice something but I just dont find it safe. Would you mind explaining the reason of having to login with all 3 accounts in order to get a key from your giveaway? Appreciate it
Comment has been collapsed.
Yes, of course. Logging in doesn't actually give your credentials to me. It is called OAuth. With this I can use the API (dev stuff) to do things automatically, like follow someone when you press "Follow Royalgamer06". I use this to verify your identity in order to prevent fraud (people taking multiple keys) as well as completing steps and checking them. I do not save any other private information from you apart from your IP and ID's for the above reasons.
Comment has been collapsed.
I don't know if someone has mentioned this before but when I have the script running (Chrome) and try to edit my trade post after clicking the edit button once I'm done it changes to the loading one like it usually does but that's it, it doesn't actually save. I deactivated the script and tried again and it worked just fine.
Comment has been collapsed.
Pretty slick-- thank you. Almost makes me wish I didn't delete so many crappy/free games from my library. =)
Comment has been collapsed.
It's great when it does work. Unfortunately for me, 99% of the time I get a timeout, and an error 503 Service Unavailable message: "The Steam Community is currently unavailable. Please try again later."
Comment has been collapsed.
I'm already running on 64-bit Chrome. This seems to be related to the Steam community being unable to handle the load more than a memory problem.
Comment has been collapsed.
Yeah, unfortunately the only somewhat reliable API from Valve is the dynamicstore userdata and it will only provide the AppID
Comment has been collapsed.
You are welcome. Thank you very much for creating it. Between using this on their "haves", and using this to export my wishlist to text and then copypasta-ing to my trade, I've finally got Steamtrades working like I think it should. :D
Comment has been collapsed.
Comment has been collapsed.
I really like this script. One problem I have is when people put the games in tables, which happens a lot it seems.
I had to make this change to work on my side: http://pastebin.com/2zEaUzej
Good job making it!
Comment has been collapsed.
On your ST thread, I saw that you have two scripts, one for checking the text against owned/wishlisted, and one for checking links. Well, on my trade, both work...and mine are all links. I don't know if that means anything (other than that people should cut it out with the fancy formatting and bullets and such) but just thought I'd let you know.
Comment has been collapsed.
this looks really good thanks, but sadly when i click the button i am not prompted for anything, it just spins, i have installed both scripts and they seem fine, but this step does not happen "Allow cross-domain access when asked" any ideas ? :) i do have a fair few games however? using chrome.. keep up the great work
Comment has been collapsed.
Thanks for the script, I'm really loving it!
Just wondering if you can help me with something... I've been using it on Google Chrome and recently (the last day or two) it doesn't tell me if I own any games on Steamtrades. It will tell me if games are wishlisted, but everything is listed as "not owned" now. Any advice to fix that?
Thanks again!
Comment has been collapsed.
It's steam's fault. For some reason your xml game page http://steamcommunity.com/id/swaquino4tw/games/?xml=1 is crashing
Comment has been collapsed.
47,118 Comments - Last post 18 minutes ago by Fewithor
60 Comments - Last post 37 minutes ago by Gamy7
1,230 Comments - Last post 1 hour ago by Draconiano
56 Comments - Last post 1 hour ago by Mantve
16,338 Comments - Last post 2 hours ago by Peiperissimus
119 Comments - Last post 2 hours ago by Axelflox
1,866 Comments - Last post 3 hours ago by rongey420
29 Comments - Last post 3 minutes ago by Fluffster
16,806 Comments - Last post 11 minutes ago by Riszu
90 Comments - Last post 13 minutes ago by steveywonder75
10 Comments - Last post 35 minutes ago by Mhol1071
3,375 Comments - Last post 39 minutes ago by Mhol1071
2,733 Comments - Last post 40 minutes ago by Fluffster
56 Comments - Last post 45 minutes ago by FoxMulder
[UserScript] SteamGifts Trades - Have List Filter
ALTERNATE VERSION
This uses barter.vg instead: https://greasyfork.org/en/scripts/382106-steamtrades-have-list-filter-barter-vg
INTRODUCTION
I got fed up with Compare2Steam's shitty performance (especially for those with larger libraries) and after I went through their code and saw how absolutely horrible it was, I decided to make something similar it myself, but better. My main focus is speed, performance, accuracy and being userfriendly. I went for an userscript, because it can provide these things. The initial code was actually rather easy to write. It will only improve from here, with more accuracy, features and special cases. See it in action here.
FEATURES
DOWNLOAD
INSTRUCTIONS
FAQ
How can it be so fast?
I am actually ignoring Steam AppID's altogether and only check with game names.
Yes, that may cause some inaccuracy, but I don't think that much.
Why doesn't it work for me?
I don't know. Be sure to contact me and provide me the log/error from the JavaScript console, if there is any.
Can I suggest a feature?
Yes, absolutely!
CHANGELOG
Version 1.4
Version 1.1
Version 1.0
Version 0.3
Version 0.1
CREDITS
Comment has been collapsed.