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.
212 Comments - Last post 1 minute ago by CR7CAMIAO
17,148 Comments - Last post 19 minutes ago by pivotalHarry
384 Comments - Last post 36 minutes ago by GarlicToast
67 Comments - Last post 53 minutes ago by JonathanDoe
15 Comments - Last post 1 hour ago by Fluffster
4 Comments - Last post 2 hours ago by gameboy9725
512 Comments - Last post 2 hours ago by OldPup
10,845 Comments - Last post 2 minutes ago by Hawk189
30,538 Comments - Last post 2 minutes ago by schmetti
648 Comments - Last post 5 minutes ago by theemu
150 Comments - Last post 14 minutes ago by Atilex
318 Comments - Last post 20 minutes ago by xXShurraXx
97 Comments - Last post 20 minutes ago by Vin3
1,226 Comments - Last post 27 minutes ago by Kyog
[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.