These instructions do only improve the performance of the script significantally if you own over 100 steam packages.
- Execute
activate_packages
for the 1st time - Copy script to Clipboard
var elements = document.querySelectorAll(
"div[class='free_license_remove_link'] > a"
);
var games = "";
for (let i = 0; i < elements.length; i++) {
var game = elements[i].href;
game = game.match(/([1-9])\w+/g)[0];
games += game + ",";
}
console.log(games);
- Open your licenses and product key activations page
- Open developer tools in your browser, read more here
- Paste script (which is in your clipboard) into the console
- Copy the console output, which should look something like this:
430369,370157,367877,452385,122355,662406,
- Open the
activated_packages.txt
file in a text editor - Paste console output (which is in your clipboard) at the end of the file
- Save the file
- Execute
activate_packages
to activate packages