I just installed an tested on your list. Works for me.
Comment has been collapsed.
I tried copying not owned game. It says successfuly copied unknow have-list to clipboard. But when I try to paste it the list aint copied :) Is it broken?
Comment has been collapsed.
Hi, any update about not being able to copy? I updated to 1.4 and it says copy to clipboard but when I try to paste it hasnt copied anything.
Comment has been collapsed.
I don't know if it's possible since I haven't found it elsewhere, but I think it would be neat if it could show what games are marked as "Not Interested" on Steam.
I'm always going through long list with lots of games I don't own but I'd have to click them all to see if I marked them.
Comment has been collapsed.
I've tried only Have List Filter Userscript and saw something that didn't happen earlier for me, see pic 1.
And to clarify what I meant, if I only have the other userscript on, I see what's in 2nd pic. It won't do anything for me unless people put links in the Havelist
Having both on and goc set to true, I see what's in pic 3 after clicking on Filter (before clicking on it, it doesn't show anything)
Comment has been collapsed.
I feel like i insulted my self.
But still.
//If you want to set your/another SteamID64 manually, state it here between brackets. (For example, to check owned games from someone else)
var manual_steamID = "101lols";
//Set your steam sync interval in hours. (Set to 0 if you want to force a sync)
var sync_interval = 0;
//Set links of game to SteamDB instead of the Steam Store? (SteamDB finds removed games from the steam store and gives better results overall)
var steamdb_instead = true;
//Use steam game owned checker too?
var goc = false;
Still, steam search.
Comment has been collapsed.
I can't sort or change page at https.
no: https://store.steampowered.com/search/?term=
yes: http://store.steampowered.com/search/?term=
Comment has been collapsed.
Hello, very nice and thank u.
But why not work for me this green icon? http://prntscr.com/ha8ijn
Comment has been collapsed.
I want to know if we can edit the script to put a list of games that we want, and will check the games that we want on the [H] list of the trader... It's like the oposite, only checking the games that we Want... And can edit the want games anytime (In casa that we get the game)
Comment has been collapsed.
Hi, Royalgamer, the script isn't working anymore, it's just spinning indefinitely when I click Filter, even with small lists.
Comment has been collapsed.
is it necessary that this goes through your personal website now?
Comment has been collapsed.
That's not really true, you can still get the data from the source code of the http://store.steampowered.com/wishlist/profiles/76561198042965266 page. You just have to use RegExp and get the array g_rgWishlistData
. It contains the app ids of all the games. If you need more info about the games, though, instead of just their app ids, you can use http://store.steampowered.com/wishlist/profiles/76561198042965266/wishlistdata?p=0 and keep requesting (increasing the p value) until the array is empty.
Comment has been collapsed.
That's why I said that it is actually not necessary for it to go through your site, answering KillingArts' question. It can be done from the script itself.
Comment has been collapsed.
Thank you very much for this great script! I've been using it for a week now and it works flawlessy on standart formatted list (people format their list on a very weird way sometimes, on these the script doesn't work but that is understandable lmao)
Besides on thanking you, I would like to ask about an issue I encountered many times. When the games list is pretty long, the scrip starts to decrease the speed it read the game's name. Sometimes on these cases the tab that have the script working completely freeze and I need to reload that tab to look at it again.
Is that because my computer or very long lists stress the script?
Anyways, thanks again for the script, it's pretty useful!
Comment has been collapsed.
so I need to update my 15 years old rig lmao
Thank you again man, really :D
Comment has been collapsed.
25 Comments - Last post 1 hour ago by emsee
120 Comments - Last post 1 hour ago by Amitte
1,232 Comments - Last post 1 hour ago by Draconiano
47,118 Comments - Last post 2 hours ago by Fewithor
60 Comments - Last post 2 hours ago by Gamy7
56 Comments - Last post 4 hours ago by Mantve
16,338 Comments - Last post 4 hours ago by Peiperissimus
120 Comments - Last post 7 minutes ago by Mitsukuni
23 Comments - Last post 20 minutes ago by FluffyKittenChan
13 Comments - Last post 37 minutes ago by Mayanaise
210 Comments - Last post 1 hour ago by AlohaHawaii
16,296 Comments - Last post 1 hour ago by Mishasama
31 Comments - Last post 1 hour ago by Myrsan
40 Comments - Last post 1 hour ago by reigifts
[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.