Works pretty well on FF 25 with Greasemonkey and my default Proxomitron filters (modified sidki set)
Comment has been collapsed.
Thinking of writing a update for this soon.
Show a busy/working icon when the script is currently getting a keypage. Because as it stands now after you click Scan All, you just have to wait some unknown amount of time, and refresh, and error messages will spawn if you click it too soon. It sort of works the first time as you can watch as every game changes as the results come in, but there are very few changes or none on more subsequent scans. And I think you can click it any number of times, and the scanning will just stack. So I need to disable the button as well.
Also, I have found that finding the one of two games with new content is hard, so will make the "Options" column sortable, like the others. But sorting does not really lend itself too well to all the different elements to that column, so I am thinking it will toggle all the games with no new content hidden and back to displayed. I would also lump unscanned games in that category, and add that statistic to the header.
Comment has been collapsed.
The chrome version does not say "FF Version" (http://userscripts.org/scripts/show/183145)
The Chrome version requires TamperMonkey.
Comment has been collapsed.
Thanks for reply, I will install TamperMonkey then :)
About the description - doesn't even the source code of the Chrome version say this in the 5th line:
// @description Gets, stores, and displays the keys of your games. FF version
EDIT: Sry, apparently I was still sleeping, didn't notice it's slashed out :P Strange thing then that after installing it by a simple drag n drop Chrome didn't ignore this line O_o Anyways, works like charm through Tampermonkey, thank you :)
EDIT2: Got 5 steam keys out of this, one would think Desura would build this in as their original site functionality by now O_o
Comment has been collapsed.
"People with old versions should auto update at some time, at least that is what is supposed to happen"
Tried updating through Tampermonkey and it didn't work, though upon adding the script again from the site it recognized it as an update, not a new script.
Comment has been collapsed.
Thank you for doing this and keeping it up. Installed and updated over fine on Chrome/Tampermonkey.
Comment has been collapsed.
I can't get it to work either. :/
Tried both Chrome and Firefox versions.
Comment has been collapsed.
PSA: You have to have tampermonkey/greasemonkey installed before you install it from the above links. You don't need to download and drag the scripts at all. Thanks wisnoskij. :)
Comment has been collapsed.
userscripts.org is down for some reason. Can you post the script somewhere else please?
Comment has been collapsed.
Comment has been collapsed.
So I scanned my list,
for http://www.desura.com/games/cubicity
I acquired my game thru Indiegala, it didn't come with Steam key just desura, but the script lists my key as Steam key.
Comment has been collapsed.
The script works fine on Chrome with Tampermonkey as you suggested. Thank you very much for this!
I'm just curious, but how does the script discern between the full and semi-transparent Steam icons? Is it just for keys that you haven't been assigned yet? So potentially you could have been auto-assigned a game that would appear semi-transparent? And if you had purchased from Indie Royale and your key was assigned there but not on Desura, it wouldn't be opaque but you could've already used it? Maybe adding a check mark column like Groupees has that strikes out the key once you've used it, THEN makes the icon semi-transparent would be better?
Comment has been collapsed.
If the key-page have the "Get" button instead of "select" it is full/Non-Transparent.
"auto-assigned a game that would appear semi-transparent?" Yes, if Desura does that. But the game would still be highlighted with a star.
"Groupees check mark" That is sort of what the star is for, though there are differences. I would consider having an option to highlight a particular game, which would be similar to the star but off by default and click to activate/de-activate (comment below with encouragement if anyone wants to see this feature added).
"And if you had purchased from Indie Royale and your key was assigned there but not on Desura, it wouldn't be opaque but you could've already used it?" When you activate your IR key it tells Desura, which I think automatically shows the key right off, so semi-transparent icon after next scan (you would get a star again, as well, as any change between scans produces the star icon).
Comment has been collapsed.
1,951 Comments - Last post 6 minutes ago by diehard
148 Comments - Last post 15 minutes ago by jiggakills
724 Comments - Last post 23 minutes ago by insideAfireball
13 Comments - Last post 1 hour ago by yush88
9 Comments - Last post 2 hours ago by yush88
5 Comments - Last post 5 hours ago by yush88
30 Comments - Last post 6 hours ago by cpyd
188 Comments - Last post 1 minute ago by branbran
36 Comments - Last post 5 minutes ago by karm2002
216 Comments - Last post 15 minutes ago by HustlaOG
88 Comments - Last post 58 minutes ago by s4k1s
579 Comments - Last post 58 minutes ago by WeaoponizedSoup
121 Comments - Last post 1 hour ago by Momo1991
77 Comments - Last post 1 hour ago by AllTracTurbo
I am currently working on a script to scrape the key information for all your Desura games (http://www.desura.com/collection).
The basic idea is that you can manually, scrape all or one game Key page(s).
Then, when the script knows that some specific game has a steam key, and/or a GOG key it can insert those icons in its row, to let you know. Then, if you click the icon, it would show you the keys, somehow.
INSTALL V2.7
Tested on Firefox and Chrome w/ Tampermoneky. Script requires Tampermonkey on Chrome.
Opera also has a Tampermonkey extension that should do the trick.
There is also a second Opera extension Violent Monkey, and two Safari extensions NinjaKit and GreaseKit which should work, but absolutely no testing has been done on them. And all three of them, at the time of this writing, lack the ability for me to add keys directly into the clipboard.
(People with old versions should auto update at some time, at least that is what is supposed to happen)
Released V2.7: Added export game download list.
Somehow it lost the ability to designate a file name, it was working a minute ago and then for no reason it stopped. Might just be for me, I did not touch the code.
Released V2.6: Made export more universal. Tested in FF and Chrome.
Released V2.5:
Released V2.4: Stable, feature complete release.
Released V2.2.1: Fixed multiple issues that sometimes caused the key menus to be hidden by content on top of them.
Released V2.2:
Released V2.1: Fixed the crashing during full scans.
Released V2.0: The remake for the changed site and merged the two versions into one.
Important: This is a very early version of the 2.x remake, and as such has a few bugs and loads of missing features. Most notable, in the browsers I have tested it on, moderate sized collections crash the browser/page when scanning all games. If you give the script a minute, it will correctly scan your entire library, but will never recover from this. Close the page and open a new one to see the results of the scan.
Old links V1.4 Userscripts.org Static Mirror Userscripts.org Static Mirror (FF)
Released V1.4: Old method: empty key text box (=== '') meant Not Yet Claimed, randomly did not work for some text boxes, even ones that were identical (as far as I could tell) to the ones it worked on. New method: check if button says "Get", if "Get" than Not Yet Claimed.
Released V1.3: Fixed the Options column to actually work.
Released Version 1.2
Comment has been collapsed.