I add all the games I am interested in playing to my Steam wishlist and then when I am looking for giveaways to enter on SG, I use the wishlist filter. The issue is that people still give away games that are no longer for sale on Steam, but I do not see those giveaways when I go to the wishlist filter because I can no longer wishlist the game.

Can I somehow manually add a game to my wishlist with the game's Steam ID?


Edit: I found this page that talks about using scripts to remove games from you wishlist that are no longer in the store, but I need to do the opposite.

They show this script to manually remove an individual game. Can I just change the word "remove" to something else to add a game? I don't really want to screw anything up since I have been adding games to my wishlist for years and would hate to lose it.

$J.post(g_strWishlistBaseURL + 'remove/', {
    'appid': 0, /* Replace the 0 with the appid of the game you wish to remove */
    'sessionid': g_sessionID
});
2 years ago*

Comment has been collapsed.

javascript:AddToWishlist( 1551360, 'add_to_wishlist_area', 'add_to_wishlist_area_success', 'add_to_wishlist_area_fail', "1_4_4__104_1", 'add_to_wishlist_area2' );
change 1551360 to another id
Show Entire Wishlist https://greasyfork.org/ru/scripts/38714-steam-store-show-entire-wishlist

2 years ago
Permalink

Comment has been collapsed.

I opened a steam store page for a random game, copied and pasted that first line you posted with the steam ID 11420 for Clive Barker's Jericho into the console of my browser and hit enter. Then it just added a line under it that says "undefined". Did I do something wrong?

I don't see that game on my wishlist and after syncing here, the active giveaway is not showing when I filter for wishlisted games.

Edit: Also, I just noticed on the Steam store page for the random game I was on, the wishlist button is now missing and it says "Oops, sorry!".

2 years ago
Permalink

Comment has been collapsed.

checked myself, this dont work for all games

2 years ago
Permalink

Comment has been collapsed.

Thanks for trying :)

2 years ago
Permalink

Comment has been collapsed.

Games removed from the store are still displayed on steamdb.info and you can add games from there to the wishlist but I'm not sure if this works for removed games.

2 years ago
Permalink

Comment has been collapsed.

The buttons to wishlist, follow, or ignore on steamdb are missing for the removed game that I want to add, so it looks like that won't work.

2 years ago
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.