Better version of this guide is on Steam: https://steamcommunity.com/sharedfiles/filedetails/?id=3620288011
Guide by mv and edited by me
- Go to your group's Steam page and click
Edit Profile(DO THIS IN YOUR WEB BROWSER, NOT THE STEAM DESKTOP APP). - Press Ctrl+Shift+I, this'll open up devtools
- Go to the Console tab
- Copy and paste this in, you won't see anything change yet (it should return a list of appIDs, though).
var gameList = GetCurrentGameAssociationList();
gameList.push('253530');
document.getElementById('favorite_games').value = gameList.join(',');- Click
Save, you should see Fortress Forever in the list now.
Replace 253530 with any other appID to add a different game.