-
Get app ids from
EXPORT WISHLIST
button,TEXT FORMAT
=%appid%
in: https://store.steampowered.com/wishlist/ -
Get all app ids from
rgWishlist
in: 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 theConsole
tab. -
Copy the following code in the
Console
, replace the appid with your value and pressenter
to run it.
$J.post(g_strWishlistBaseURL + 'remove/', { 'appid': 1384070, 'sessionid': g_sessionID });