Find right country, state, city - steam-account-creator/Steam-Account-Generator GitHub Wiki
- Login on Steam community using your browser (e.g. Firefox, Opera, Chrome, etc)
- Go to your profile
- Click
Edit Profile
- Select country/state or province/city/etc
- Press F12 (It will open
Developer Tools
or something like this) - Navigate to tab that will be probably named as
Console
- Paste following code in console input and press
Enter
to execute them.
console.log(`Country: ${$("country").value}\nState: ${$("state").value}\nCity: ${$("city").value}`);
Output will be like this:
Country: JP State: 22 City: 25821
Now you can copy this values to Profile
tab in generator app.