Nice! Thank you for making this. It looks easy to use.
Comment has been collapsed.
This script doesn't create the GAs but open the confirmation page for each. You have to click once more to create them. I kind of me that because with ESGST I can't confirm everythings working till the GAs are already created. If you making a huge amout of GAs at the same time the ESGST version is definitely better.
Comment has been collapsed.
It seems that in Firefox, new tabs created by a script will always be blocked after the first 20, even if you have whitelisted the site or disabled the blocker.
Yeah, you just need to go into about:config and change the setting dom.popup_maximum to a higher number.
Comment has been collapsed.
Version 0.2
Added a replace function to make the game names regex safe so games with a "(", "+", etc. in their title will be matched correctly.
It replaces all tabs with spaces so you can directly paste from Excel. Also removes all trailing newlines as that used to stop it from working.
Changed name to SteamGifts Multiple Giveaways Creator and added some caps here and there.
Comment has been collapsed.
It won't steal a thing. :)
It's a valid question though; when I first came across the script I wasn't just gonna use it without making sure. Fortunately my javascript skills were about good enough to read the source code and other people on here vouched for the script.
When it comes to user scripts it does pay to be safe. Hopefully the positive comments above will help convince you this script is safe.
Comment has been collapsed.
Thank you and Pablo Bianciotto. You save my time :]
Comment has been collapsed.
Bump, worked fine so far for me! Thx, real time saver :)
Comment has been collapsed.
Thank you for this tool!
Did the job in a flash :)
Note for new users: Just make sure to set the initial starting date to at least a few minutes or an hour after the current time.
Edit: I don't know how to do it with ESGST if that's possible.
Comment has been collapsed.
Thank you very much for the script, but I have to report that the last version is not working properly
You changed
form.find('.js__autocomplete-id').val(result[1]);
to
form.find('.js__autocomplete-id').val(result[2]);
it should have remained unchanged, it seems
Comment has been collapsed.
4 Comments - Last post 31 minutes ago by CR7CAMIAO
1,742 Comments - Last post 54 minutes ago by sfkng
7 Comments - Last post 9 hours ago by WickedVisage
20 Comments - Last post 9 hours ago by anditsung
9 Comments - Last post 11 hours ago by Foxhack
492 Comments - Last post 13 hours ago by bttr
32 Comments - Last post 13 hours ago by Lugum
129 Comments - Last post 3 minutes ago by NoYeti
76 Comments - Last post 9 minutes ago by himalaya
168 Comments - Last post 10 minutes ago by CptWest
3 Comments - Last post 38 minutes ago by Demnetia
225 Comments - Last post 49 minutes ago by ngoclong19
55 Comments - Last post 51 minutes ago by Lugum
49 Comments - Last post 1 hour ago by quijote3000
[Userscript] SteamGifts Multiple Giveaways Creator
tl;dr
See the 2nd attached image to see the script in action.
Introduction
This script allows you to create many giveaways in one go. The script was created by Pablo Bianciotto but since he seems to have disappeared I've updated it to keep it in working order and added a few enhancements.
What it does
It adds a section 0 to the Giveaways - New page with a textarea where you can paste a list of serial keys and game names (one set per line), see the 1st attached image. This way you will only have to enter the information in sections 4 through 8 once and that information will be used for all giveaways created.
Once you click Load games it will go through all game + key sets supplied, enter them in sections 1 and 2 (you will see it happening) and then open new tabs with the information you supplied. You can then go through these tabs and review the giveaways before confirming them as usual.
Download
The script can be installed from here.
Step by step tutorials
See these threads for more information:
Technical stuff
It seems that in Firefox, new tabs created by a script will always be blocked after the first 20, even if you have whitelisted the site or disabled the blocker. See this article for the details: Pop-up blocker blocks pop-ups even after disabling it
Changelog
Version 0.22
Fixed code change erroneously introduced in 0.21.
Version 0.21
Now also deals with "&" in game titles.
Version 0.2
Added a replace function to make the game names regex safe so games with a "(", "+", etc. in their title will be matched correctly.
It replaces all tabs with spaces so you can directly paste from Excel. Also removes all trailing newlines as that used to stop it from working.
Changed name to SteamGifts Multiple Giveaways Creator and added some caps here and there.
Comment has been collapsed.