Could you add a Join Button, increase the chance win range to more than 3% like 100% and add a Region Restriction filter ? If you add this will be the best script so far, anyway thanks for this useful script mate :>
Comment has been collapsed.
I will add a popup to show the giveaway page on the list page. But I won't add a one click join button on the list page.
I'm planning on changing the filter to two input fields so you can enter any percentage you would like. But I still don't have that much time to do a lot.
Comment has been collapsed.
does it work with SGv2 Dark that needs Stylish extension for chrome?
Comment has been collapsed.
I'm using SGv2 Dark 1.2.9 installed in Tampermonkey and works fine here.
Comment has been collapsed.
okay ill wait then until both scripts work fine together
Comment has been collapsed.
Thanks a lot.
One case is still broken: Every game that has a contributor level above 0 and below your own level, and is also wishlisted. Should be usually blue/purple (or whatever is set in the settings), but is only blank/purple.
Also if you think I'm doing something really bad with CSS than tell me, I'm no expert with that ;)
Comment has been collapsed.
I found this when I was looking for a custom wishlist for SG. After reading more about it and testing it a bit, I still need 2 clarifications:
1) I can only add/remove a game from my custom wishlist if I can find a giveaway for the game in question... right? If that's right, where's that information stored? Could I theorically go there and manually add/delete games on my custom wishlist?
2) Games in my custom wishlist won't show on SG's wishlisted giveaway page (on http://www.steamgifts.com/giveaways/search?type=wishlist I mean), right?
Thanks!
Comment has been collapsed.
1) That is stored in the local storage. The key is "sg2o-custom-wishlist". Just remove the entry for the game you would like to remove. Otherwise you can only remove it with the game in question. I'm currently working on a history for blacklisted games, so you can revert accidentally blacklisted games. I could use parts of that feature to implement a list of custom wishlisted games.
2) Yes, that list is requested from the server. Would require to load all giveaways to show them there. Which would generate too many requests on the servers. But I could think of a filter to show all (custom and on steam) wishlisted games on the main page.
Comment has been collapsed.
Thanks for the answers, but I don't think I have the required knowledge to find where "sg2o-custom-wishlist" is, and how to edit it. I'll ask a friend about it, hopefully it's doable =)
Comment has been collapsed.
Press F12 -> click on the Resources tab -> click on local storage on the left side and select "http://www.steamgifts.com" -> scroll down until you find the "sg2o-custom-wishlist" entry -> right-click on the value-column for that entry -> remove the game in question and press enter.
To correctly remove it: Delete the name with the double quotes and the "true" with the double quotes.
E.g. if you want to delete Rust and your value looks like this:
{"Rust":"true","Banished":"true","500 MILES":"true"}
Your entry should look afterwards like this:
{"Banished":"true","500 MILES":"true"}
You need to leave a comma between each entry!
Hope this helps a little ;)
Comment has been collapsed.
It helps A LOT. Now I can manually add any games I want =)
There seems to be a problem with automatically identifying games already on my Steam wishlist that contains some characters, though, like : but these games can be added manually
Comment has been collapsed.
Another issure that I've found is with long names. For example, while a manually input "Heroes Never Lose: Professor Puzzler's Perplexing Ploy" doesn't get recognized, "Heroes Never Lose: Professor Puzzler's Perplexing ..." does (it's how it shows on SG).
Comment has been collapsed.
If I manually add the game's full name ("Heroes Never Lose: Professor Puzzler's Perplexing Ploy") the way you taught me (by editing "sg2o-custom-wishlist"), it won't work. When I saw the giveaway and clicked the heart icon, what was added to "sg2o-custom-wishlist" was the game's partial name, as it shows on SG ("Heroes Never Lose: Professor Puzzler's Perplexing ...").
I think the ideal scenario would be using maybe steam store links, or subids, but I bet that would really mess things up--that if this is even possible! But I think it would also solve the problem with special characters (although you've said you already have a fix for it).
Comment has been collapsed.
Yes, I add the name that is visible to the wishlist and always compare what I get with that. That's why it's not working when you add it manually ^^
The thing with the special characters is just an encoding problem. I will try to get a release ready until the weekend that will include a fix for the special characters and a small improvement for games that were on the personal old SG+ filter list.
Comment has been collapsed.
Also, can I deactive a given color type (for contributor levels, for example), instead of just making it white?
Comment has been collapsed.
There is a problem with Mass giveaways. Right now there are 2 massive giveaways for Circuits and Corgi Warlock, yet when the page is being loaded it shows only the Corgi Warlock, i don't know if it's only for me or not.
Comment has been collapsed.
SG Addon was used yes, however that game was not on any of my blacklists. As for the other reason well that is kind of impossible, because i can't even see it how can i blacklist it.
Comment has been collapsed.
If you hover over a game there is a sad ( :( ) smiley. If you click on that, this particular game (filtered by the giveaway id), will be hidden.
You can check if the game is in the local storage. The key for the blacklist is "sg2o-giveaway-blacklist". To find the key I just wrote a description here
I plan on changing the way this works. Instead of hiding the game, there will be a big sad smiley in front of the picture.
Comment has been collapsed.
Well there is the problem that giveaway never showed up, i only saw it because when loading the SG2O, it loads first the original SG Gift site and it shows. What i mean is that i didn't even saw it when it was created so that i can hide it in any way.
As for the description i can't find a Resources tab.
Comment has been collapsed.
EDIT: Strange, but my addon shows 48 giveaways per page. Also, a problem is that even when i search for it it says Displaying 1 of 1 and yet it doesn't.
Edit, i guess the 48 giveaways is not a problem with the Addon.
And yes i'm using firefox.
Comment has been collapsed.
Well, it may be, that my addon hides games. But if you have 48 giveaways on every page, that seems a little odd ^^
My addon also works, if you search for games. Thats why it says "Displaying 1 of 1", but doesn't show anything. (Note to myself: I should replace the footer in this case, to avoid confusion).
Please press F12 to open the developer tools, then click on the "Console"-tab and in the input field at the bottom (starting with a '>' ) enter the following and post the result here:
localStorage.getItem('sg2o-giveaway-blacklist')
Comment has been collapsed.
I managed to search for it and it got it Circiuts is in there.
Comment has been collapsed.
I just wanted to say thanks for the plugin. It's really helpful for me with that custom wishlist.
I seen you plan on making the gridview optional. I'd love that, since I find that the gridview has too much information and I often miss giveaways for games on my custom wishlist. I'd rather scroll down more slowly =p
Comment has been collapsed.
Just pushed a small fix for everyone searching games that have more than 50 results.
If you have auto update enabled, you should get the fix automatically. Otherwise do a manual update.
Comment has been collapsed.
Just pushed a new update with several bugfixes and a new profile tooltip for giveaway avatars. Just hover over an avatar on the giveaway list and you will see the profile information about the creator. I will add this later to other sites as well.
If you have auto update enabled, you should get the fix automatically. Otherwise do a manual update.
Comment has been collapsed.
Thanks for this script, do you plan to release it on Greasy Fork?
Comment has been collapsed.
Is it possible to have:
Temporary filter for giveaways -> Hides giveaways by ID. A new button is added to the gridview (sad smiley)
only? :)
I;m not into the filter and gridview :(
Comment has been collapsed.
You mean a plugin that just gives you this button and hides giveaways by their giveaway id? I still have on my todo list to disable the gridview. I'm just not coding that much for sg2o at the moment. I will add a note to the ticket and try to improve priority for disabling the gridview (already some asked for it)
Comment has been collapsed.
Bump for the most useful script out there! Clerius, you are awesome!
Comment has been collapsed.
First off, I love your add-on. Thanks so much! I was just wondering if you might add the ability to attach tags to users that SG++ has
Comment has been collapsed.
Fantastic add-on! Any chance you could add a feature where it remembers the settings in the Giveaway Filter? I don't like entering things under my Contributor Level so I can give others a better chance to win, but it's a pain to have to reselect the same options every time.
Thanks for a great add-on!
Comment has been collapsed.
looool, good luck! And thank you in advance on behalf of all the happy users :]
Comment has been collapsed.
Will leave this here, could help with debugging.
http://www.steamgifts.com/discussion/QQvgS/hide-games-faster
Comment has been collapsed.
I think the Tamper Monkey's new update fudged up the script :(
Comment has been collapsed.
Just pushed a small fix for cg's new update.
If you have auto update enabled, you should get the fix automatically. Otherwise do a manual update.
Comment has been collapsed.
44 Comments - Last post 37 minutes ago by MeguminShiro
1 Comments - Last post 37 minutes ago by Moogal
36 Comments - Last post 47 minutes ago by D34Done
1,036 Comments - Last post 1 hour ago by yush88
2,274 Comments - Last post 2 hours ago by Channel28
444 Comments - Last post 5 hours ago by LastPigStanding
16,569 Comments - Last post 8 hours ago by Carenard
84 Comments - Last post 33 minutes ago by hsunkuei
8 Comments - Last post 40 minutes ago by yeiro999
240 Comments - Last post 43 minutes ago by RosimInc
24 Comments - Last post 47 minutes ago by CapitaoRoco
9,814 Comments - Last post 50 minutes ago by CurryKingWurst
1,586 Comments - Last post 1 hour ago by Eudoxia
72 Comments - Last post 1 hour ago by Garcias
Current Status
2015-10-01
It's the beginning of October and I already started developing some days ago. It's not a lot yet, as I have to work, I just moved, bought a car, etc.
Next version will probably only contain bug fixes and some minor changes.
Old description
I wrote a little script similar to the old SG+ and I call it SG₂O (SG2 Optimized). It already has some basic features (see full list below) and I've already got more features planned.
Could have published it 3 weeks ago, but I didn't want it to be lying around while I'm lying in the sun and can't maintain it. I started to write it when SG2 was published at the end of January. I know there is another script which has a lot of people working on it, but I just wanted to do something on my own and wanted to try out a different programming language.
If you have any wishes on features or find any bugs just write here.
Features
Installation
You need either Greasemonkey for Firefox or Tampermonkey for Chrome or Opera. Then just click here. Updates should come in automatically, unless you have disabled automatic updates in Tampermonkey/Greasemonkey.
Changelog
Checkout the changelog on github
0.3.0
0.2.15 - 17
0.2.13 - 14
0.2.12
0.2.0
Known bugs
Planned features for the future (no order)
Steam Icon on gridviewLog for recently added game on the blacklistComment has been collapsed.