This is a Tampermonkey script that automatically joins all public groups of a Steam profile. Once installed, it will allow you to join every public group a person is part of with just a few clicks. It's designed to work seamlessly with Steam community profiles.
- Join all public groups on a Steam profile automatically.
- Fast and efficient with concurrent requests to join groups.
- Simple to use and easy to install.
-
Install Tampermonkey extension for your browser:
-
After installing Tampermonkey, click the Tampermonkey icon in your browser and select "Create a new script...".
-
Delete the default code and paste the script from this repository.
-
Save the script.
Alternatively, you can directly install the script from GreasyFork.
- Go to any Steam profile (either through a custom URL or Steam ID).
- Press F5 or CTRL+R to refresh the page.
- Wait a few seconds for the script to join all public groups automatically.
- If some groups are not joined, refresh the page again and wait for the process to complete.
That's it! The script will automatically join all public groups the profile belongs to.
The script sends a series of requests to join all the groups listed on the Steam profile. The requests are made concurrently (in parallel), allowing for a faster join process. The script will attempt to join each group the user is a part of, and log success or failure for each attempt.
- If you notice some groups are not joined, try refreshing the page a few more times.
- Make sure the Steam profile is public and accessible.
Feel free to open an issue or submit a pull request if you want to improve or modify the script. Contributions are always welcome!
This project is licensed under the MIT License - see the LICENSE file for details.