-
Check the
Hide redeemed keys & entitlementscheckbox -
Run the following script in DevTools console to reveal all keys (you may have to wait a little for all of them to be revealed):
[...document.getElementsByClassName('js-keyfield')].forEach(a => a.click()); -
Run the following script in DevTools console to copy all keys to clipboard:
window.prompt("Copy to clipboard: Ctrl+C, Enter", [...document.getElementsByClassName('keyfield-value')].map(a => a.innerText).join('\n')); -
Click
Activate Multiple Products -
Paste all the keys in the text box and click
Activate Products. -
Repeat as needed if you have more unredeemed keys.
Note: Steam may impose a limit on redeeming keys (50 keys/hr, or 10 failed keys/hr)