Skip to content

Instantly share code, notes, and snippets.

View duracell's full-sized avatar

Michael duracell

View GitHub Profile
@duracell
duracell / SteamAddIDsToWishlist.js
Created February 24, 2026 05:32
A small js to add Steam games to you wishlist, for example if you want to merge multiple wishlists from different steam account or move to another account
// 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