Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Don't know some people got their wishlist stuck at 350 me it's stuck at 647, really weird.
1. If you have game that removed from store (or even not accessible in your current region) - it hidden in wishlist, without any consequences (except too big count number).
2. Since Saturday, many people (including me) have problem with wishlist where WHOLE LOT of it is hidden, as if some filter activated. No controls are visible too (again, just as with filter).
It's easy to check which case do you have: if in "ranked" view you see numbers, it's case 1. If it's absent as in any other view - welcome to the club. ;)
I already send a ticket and i even write: please don't send me to the forum nobody there knows what to do.
https://store.steampowered.com/dynamicstore/userdata/
Find the phantom game on that page, like this:
"rgWishlist":[717690]
Then do this as learned on Reddit from user u/frkcrc:
Put the appId where it says APP_ID_HERE in the code below. (Don't include the brackets)
Go to your wish list in Chrome, open Devtools (Ctrl+Shift+I), click on the Console tab, paste code in, and press enter.
$J.ajax({
type: "POST",
url: g_strWishlistBaseURL + 'remove/',
data: {'appid':'APP_ID_HERE', sessionid: g_sessionID}
});
All it does is send a request to Steam to remove the game - exactly what Steam does when you click on the remove link.
Hope this helps someone in the future solve this problem a little quicker than the time it took me to find a simple solution with as little code and as much transparency as possible.
Thank you! This worked perfectly. FIXED!!!
Instead of removing those files, can it instead find and show them?