Steam

Steam

26 次評價
Remove hidden games from your Followed Games List!
由 The HopelessGamer™ 發表
This guide will show you to remove hidden games from your Followed Games List!
3
   
獎勵
加入最愛
已加入最愛
移除最愛
How to use:
You can find all your followed games whether they are visible or not here: http://store.steampowered.com/dynamicstore/userdata/

The variable you are looking for from the dynamic store webpage is this: rgFollowedApps. All appids for followed games are listed beside that variable.

To find out what game is hidden, you will need to look for the appid(s) for the games that are not visible in the list of followed games. Once you find each appid for the hidden games, note which ones they are as you will need them later.

For example, if you have 2 games visible in the actual list on the page but there are 3 appids in the code, find the odd one out. The odd one out will be the hidden game.

Next you must Login to the browser version of Steam.

Go to your Followed Games List on the browser version of Steam.
Located here: https://steamcommunity.com/my/followedgames/

Press F12 to open the Developer Tools.

Go to the Console tab in the Developer Tools.

Copy the Removal Script below and paste it into the Console.

Edit the Removal Script and replace the id1,id2,id3 with the appids of the hidden games.

Once the script has been edited, press Enter to execute it. Wait 5 seconds and then refresh the page.
Removal Script
let appidList = [id1,id2,id3]; //Separate each ID with a comma. appidList.forEach((appid) => { $J.post("https://steamcommunity.com/app/" + appid + "/stopfollowing", { 'appid': appid, 'sessionid': g_sessionID, 'unfollow': 1 }); });
License / Disclaimer:
This software is Licensed under GNU GPLv3 License[www.gnu.org] Copyright © "2020" - Sean "The HopelessGamer".

By using the scripts shown in this guide, you (The user) agree that I (The HopelessGamer) am NOT responsible for anything that happens to your Steam account in the event my scripts do not work as described or due to misuse of any kind.
3 則留言
The HopelessGamer™  [作者] 2022 年 7 月 21 日 下午 4:59 
I have never even thought of that. There might be. I will look into it when I have some time :D
Telphusa 2022 年 7 月 21 日 上午 8:29 
Is there a way to do this with the ignored curators list to un-ignore hidden curators?
The HopelessGamer™  [作者] 2020 年 9 月 21 日 上午 8:53 
I have no logo for this yet. I will make one soon.