This thread again. On the other hand, this is really useful functionality and it is no wonder threads like that pop up. Stuff like that ideally should be part of the site, imho. I understand though that outsourcing this stuff saves cg some work, including having to update that functionality for changes on the site, and script creators get some e-peen, too.
Comment has been collapsed.
As noted, there is an add-on that will do this, and I use it. But this does seem like something that should be in the system by default. It already knows the games you own and won't let you enter for them, so why not remove them from the list you see? shrug
Comment has been collapsed.
reason 1: so you can report bundle key giveaways, which you otherwise would not see :3
reason 2: so you are reminded that you already have it. (e.g. /me sees game X and thinks "Cool, game sounds like fun, I'll enter the giveway". /me sees Button "Already exists in your account". /me: "cool, did not know" /me happily installs game X )
Comment has been collapsed.
143 Comments - Last post 9 minutes ago by Foxhack
57 Comments - Last post 1 hour ago by bongwaterbuttchug
82 Comments - Last post 1 hour ago by Zeri
17,129 Comments - Last post 2 hours ago by HustlaOG
452 Comments - Last post 2 hours ago by Aydaylin
200 Comments - Last post 3 hours ago by CelticBatman
1,731 Comments - Last post 3 hours ago by mm3n
82 Comments - Last post 10 minutes ago by zevnda
7 Comments - Last post 15 minutes ago by Asulf
19 Comments - Last post 26 minutes ago by aquatorrent
1,804 Comments - Last post 53 minutes ago by Sakakino
85 Comments - Last post 55 minutes ago by fasderrally
7 Comments - Last post 1 hour ago by InsurmountableOdds
85 Comments - Last post 1 hour ago by samwise84
I wonder if SG devs could made filtering out games that player already own. For most cases there is even no point to see them.
One way to do it:
Add games_[playerid].js, that contain ids of all games that player own. So each player have its own, and it could be cached by browser.
Add to giveaway list id of the game somewhere near to name. E.g. http://pastebin.com/H4p4GKpf
Add script that hide all divs that have id from player game list script.
Comment has been collapsed.