Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Find right country, state, city

Andrey edited this page May 5, 2019 · 1 revision
  1. Login on Steam community using your browser (e.g. Firefox, Opera, Chrome, etc)
  2. Go to your profile
  3. Click Edit Profile
  4. Select country/state or province/city/etc

Example

  1. Press F12 (It will open Developer Tools or something like this)
  2. Navigate to tab that will be probably named as Console
  3. 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.

Clone this wiki locally