Your first point is invalid, click on "Steam Store" when viewing a giveaway and it will redirect to the Steam store :P
Edit: Didn't try the extension, so correct me if you think of something else :P
Edit 2: Ooooh, the maaaain page! Alright xD
Comment has been collapsed.
Maybe because it's wrapped inside a "if (false)
" condition? ^^
Comment has been collapsed.
Cross-Domain request won't work, even if you set "crossDomain" to "true".
Because you'r already targeting Tampermonkey, you can use this function: GM_xmlhttpRequest.
Comment has been collapsed.
Same here.
I m having a shitload of problems with chrome lately. I just loged in from Firefox cause i couldnt comment from chrome.Happend three times today.I couldnt log in to facebook, issues with loging in on steam and so on...i think i have to change browser again.
Comment has been collapsed.
As said above, you can easily install it with TamperMonkey extension, one click on the site.
Comment has been collapsed.
well i used the notepad to save as .js and added it to chrome. It didn't work. Anything I might have done wrong?
Comment has been collapsed.
you can easily install it with TamperMonkey extension, one click on the site.
Comment has been collapsed.
Oh thank you. That is usefull!
Edit: Perfect! It is working now, thank you.
Comment has been collapsed.
Not working for me in Firefox 24 :( Tried reinstalling it and it still won't work. I'll have a tweak and see if I can get it functioning.
Comment has been collapsed.
some names even if they are 100% they are not green. like this for example http://www.steamgifts.com/user/Defias
Comment has been collapsed.
That seems not to be the case and I cannot understand what might be wrong.
befaria is 100% and this is taken 5 mins after the page loaded.
Comment has been collapsed.
The main giveaway pages do have Steam links. What does this add?
I'd love to be able to enter a giveaway or go to the Steam page from the hover card (what shows up when you hover over a giveaway).
Hopefully this stuff gets added to the proper SG+. Others with Firefox aren't having good luck and I won't compromise on my browser or use two.
Comment has been collapsed.
This adds store links to the main site page which lists the giveaways so you don't have to click through into the giveaway and then back out again afterwards
Comment has been collapsed.
Ah, okay. Thanks. Hopefully it gets added to SG+ then.
Comment has been collapsed.
Can I make a suggestion? I think it would be much more awesome if you used a mutation observer instead of an interval to update the window title when the points change. This code seems to work on Firefox, but I'm too lazy to log in and test on chrome so let me know how it goes ,)
Comment has been collapsed.
Firefox user. Installed via Greasemonkey (happened automatically at the site).
Points in page/tab title works. What's the star? Mine says "(8P)* Win Steam Gifts or Create a Givea...".
It's loading giveaways I can't enter. One is a wishlist giveaway. Others aren't.
Steam Store links only show up on the main page in list view, not grid view (on the hover card, I would imagine). It's not hiding user avatars in either view. (This isn't a feature I would want, I'm just saying. Maybe you can put this as an option in Filter Settings?)
Not seeing any other changes.
Thanks for supporting Firefox!
edit: Everyone's name is changed to "NaNP." Avatars are left alone.
Comment has been collapsed.
It is working perfectly (chrome). Thank you it is great!
Comment has been collapsed.
First off I want to thank you and tell you to take the time you need for it. We can be happy people like you are sacrificing their time for us at all, nobody has the right to push you. :) That said I will now come to suggestions and bugs.
I know it already has been reported, but I want to point it out again. Not every name is coloured green if the user has 100% feedback. To me it seems random, there where users with 100% but awaiting feedback, some without awaiting feedback. It would furthermore be nice to know if there is only green and standart or if they are tiered in yellow/orange/red/something else. Couldn't find enything else yet.
I would suggest (if possible) to have the Steam store link a bit lower. Just a cosmetic change, so it fits the height of the name of the game. Preview
It was reported that the name of the giveaway creator changes to "NaNP". This only applies to grid view, I have no problems in list view. But when changing from grid to list view the list sometimes gets bugged, apparently by not hiding the avatar. Preview
Since you brought up the idea of automatically refreshing the points in title bar. Would it be possible to automatically refresh the whole site, too?
You have stated above that you are thinking about makeing a settings page. Suggestions for it would be: hiding avatar (on/off), colours and percentage for names (e.g. "green >= 90%", "red <= 50%"), intervall for refreshing points and page (seperatly).
Thanks again. Have a nice day. :)
Comment has been collapsed.
Thanks for your message.
I have been working on a new version of my script, to optimize it and add some new features that I want to see on SteamGifts.com
One of the problems that could cause the issue of some usernames not being highlighted is that upon loading the page, the script need to execute (at most) 2 ajax page loads for each app, which means 40 app per page = 80 background calls, and they used to be executed at the same time, causing the browser/internet to freeze and some connections to be dropped, and not to mention the traffic on the server. In the new version I implemented a queue to get X pages at a time, and it seems to handle the traffic better.
Anyway, this occurs only the first time a user/game is encountered, after that it is cached locally, if you refresh the page the links and trusted users are shown immediately.
Now I also found a way to fetch information from the steam website, such as the category of the game, and the supported operating systems (Check screenshot), but this works in Firefox and Chrome if installed via Tampermonkey, Chromes native extension system doesn't support it.
I will finish these 2 things and release a version soon.
In the next version I will make the script compatible with the Grid view, and try to add options screen (Which for the moment don't know how to do, if somebody want to give a hand in developing this extension, I will be glad)
Comment has been collapsed.
1 Comments - Last post 3 minutes ago by lostsoul67
45 Comments - Last post 16 minutes ago by ChrisKutcher
77 Comments - Last post 20 minutes ago by pb1
2 Comments - Last post 32 minutes ago by molu13
45 Comments - Last post 1 hour ago by Abletoburn
71 Comments - Last post 7 hours ago by lostsoul67
765 Comments - Last post 10 hours ago by grimfandango8888
500 Comments - Last post 2 minutes ago by GreyF0xx
30 Comments - Last post 6 minutes ago by GeekDoesStuff
112 Comments - Last post 7 minutes ago by Xarn
2,575 Comments - Last post 11 minutes ago by onarum
2,184 Comments - Last post 19 minutes ago by Mayanaise
1,047 Comments - Last post 38 minutes ago by thed4rkn1te
540 Comments - Last post 58 minutes ago by PapaSmok
I installed the wonderful UserScript SteamGifts Plus, but I was still missing some features that I needed, so I created a new script to work with SteamGifts Plus to add yet more features.
Screenshot
Features
Notes:
Updates
Installation
You can find my script at Userscripts.org: SteamGifts Plus - Extras Addon
This script works with:
Chrome + Tampermonkey extension: all features are supported, this is how I use my script to browse SteamGifts. (tampermonkey is similar to Greasemonkey for Firefox, it offers 1 click installation of scripts directly from userscripts.org, and supports automatic update).
Firefox + Greasemonkey: tested it for a while, seem to work just like Chrome + Tampermonkey.
Chrome native (drag/drop to the Extensions page): Does not support the features that require fetching information from the Steam website (game category and supported platforms), the rest seems to work fine.
It would be great if these features gets integrated with the main SteamGifts Plus, as it makes my script better instead of depending on workarounds to intercept dynamic paging. Or if SteamGifts+ release the API they are working on, I can plug into their extension to make my script better.
Issues
Dev notes
The main issue with the script is that it need to execute (at most) 2 ajax page loads for each game, which if calculated for a the first view of the site, which has 40 app per = 80 background calls, and they used to be executed at the same time, causing the browser to slowdown/freeze and later some connections to be dropped due to many connection to the server.
Since v1.2 I implemented a fetch queue to get X pages at a time, and it seems to handle the traffic better. For now I set the maximum numbers of connection to 20, maybe this can be made automatic depending on the connection speed.
Anyway, the fetching occurs only the first time a game or user is encountered, after that it is cached locally, if you refresh the page the links and trusted users are shown immediately.
In v1.2 I also found a way to fetch information from the 4rd party sites, such as the category of the game, and the supported platforms, but this works only in Firefox and Chrome if installed via Tampermonkey, Chromes native extension system doesn't allow fetching pages for cross domain.
Coming soon (on a browser near you)**:
Comment has been collapsed.