-
Get app ids from
EXPORT WISHLISTbutton,TEXT FORMAT=%appid%in: https://store.steampowered.com/wishlist/ -
Get all app ids from
rgWishlistin: https://store.steampowered.com/dynamicstore/userdata/ -
Find the difference - app ids in list 2. but not in list 1.
Optional: You can check what those apps were on https://steamdb.info/app/<appid>
-
Go to your wishlist
-
Open the browser dev mode
Ctrl + Shift + I, switch to theConsoletab. -
Copy the following code in the
Console, replace the appid with your value and pressenterto run it.
$J.post(g_strWishlistBaseURL + 'remove/', { 'appid': 1384070, 'sessionid': g_sessionID });