Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 1.13 KB

instructions-for-users-with-many-packages.md

File metadata and controls

27 lines (26 loc) · 1.13 KB

These instructions do only improve the performance of the script significantally if you own over 100 steam packages.

  1. Execute activate_packages for the 1st time
  2. 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);
  1. Open your licenses and product key activations page
  2. Open developer tools in your browser, read more here
  3. Paste script (which is in your clipboard) into the console
  4. Copy the console output, which should look something like this:
430369,370157,367877,452385,122355,662406,
  1. Open the activated_packages.txt file in a text editor
  2. Paste console output (which is in your clipboard) at the end of the file
  3. Save the file
  4. Execute activate_packages to activate packages