Skip to content

Instantly share code, notes, and snippets.

@Victor4X
Created December 20, 2020 18:26
Show Gist options
  • Select an option

  • Save Victor4X/4c4baab3fa62d1e83d91818af75d7655 to your computer and use it in GitHub Desktop.

Select an option

Save Victor4X/4c4baab3fa62d1e83d91818af75d7655 to your computer and use it in GitHub Desktop.
Steam EZ Activator bookmark
javascript:var raw_keys = prompt("Please insert your keys separated by commas","");var steam_keys = raw_keys.split(',');var testindex = 0;document.getElementById('register_btn').href="javascript:document.getElementById('product_key').value=steam_keys[testindex];testindex = testindex + 1;document.getElementById('accept_ssa').checked=true;RegisterProductKey();";undefined;
@Victor4X
Copy link
Author

This is a bookmark to be used on https://store.steampowered.com/account/registerkey.

This script lets you quickly activate multiple keys on Steam.

How to use:

  1. Make a bookmark with the above script in the URL field
  2. Go to https://store.steampowered.com/account/registerkey
  3. Click the bookmark
  4. Insert keys separated by commas
  5. Press the "Continue" button on the registration page
  6. Press "Activate more"
  7. Repeat the last two steps

The script will not automatically register all of your keys, so you will have to press continue once per key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment