This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // You need to paste this code in your browser's console while on steam store, on chrome you need to allow pasting before. | |
| // List AppIDs here | |
| // I got it by exporting via argumented steam browser extension and using export text with "%appid%," | |
| const appIdsToAdd = [1, 2, 3, 4]; | |
| (async function () { | |
| "use strict"; | |
| // Safety check to ensure you are logged in and on the right page |