To invite your friends on Steam:
- Log into the steamcommunity.com website, then go to your friends page. Example ->
https://steamcommunity.com/id/your-id-here/friends/
- Open your browser console, try F12 or CTRL + SHIFT + i
- Paste the command below in your console and press enter.
Code:
var groupID = '103582791464390006';var friends = GetCheckedAccounts('#search_results>.selectable');InviteUserToGroup(null, groupID, friends);