Marks your current street view location on the GeoGuessr map with a red dot. Toggled with a Hotkey.
Patches the Steam GeoGuessr app.asar to inject the GhostGuessr script and optional DevTools.
- One-click patch/uninstall (restores from
app.asar.bak) - Auto-detects Steam install location
- Optional GeoGuessr DevTools toggle
From the repo root:
cd steam/patcher/src-tauri
cargo tauri build
cd steam/patcher/src-tauri
cargo tauri dev
- Launch the patcher.
- If needed, set the GeoGuessr game folder.
- Click
Patch. - Use
Uninstallto restore from backup.
Tauri runtime missing: start the EXE orcargo tauri dev, not the HTML file.Resources path not found: select the game folder (e.g....\GeoGuessr Duels), notresources.app.asar not found: verify the game is installed and the path is correct.Patch failedafter updates: clickUninstall(restores backup), then patch again.- DevTools not opening: enable the DevTools toggle and re-patch.
- Build errors after moving folders: delete
steam/patcher/src-tauri/targetand rebuild. - Blank window: install/update Microsoft Edge WebView2 Runtime.
- Open Chrome and go to
chrome://extensions/ - Toggle "Developer mode" ON (top right corner)
- Keep this tab open for the next steps
- Go to the Chrome Web Store: Here
- Click "Add to Chrome"
- Click "Add extension" when prompted
- Tampermonkey icon will appear in your toolbar
- Click this install link: Script
- Tampermonkey will open - click "Install"
- The script is now installed and active
- Play GeoGuessr (any game mode)
- Press '1' to toggle red marker on/off
- The Red Dot will apear on the Map. :)
Intercepts coordinate data from GeoGuessr's Google Maps API calls and places a marker at those coordinates.
- Chrome browser
- Tampermonkey extension
Marker not showing? Ensure you're on map view and location is loaded. Press '1' again.
No Tampermonkey icon? Check chrome://extensions/ and ensure Tampermonkey is enabled.
This script is provided for educational and personal use only. The author is not responsible for any consequences resulting from the use of this script. Users assume all risks associated with installation and usage.
Use of this script may violate GeoGuessr's Terms of Service. It is the user's responsibility to review and comply with all applicable terms and conditions. The author does not endorse or encourage cheating, and this tool should only be used in accordance with GeoGuessr's rules and policies.
The script intercepts network data to function. No personal data is collected, stored, or transmitted by this script. All processing occurs locally in your browser.
By installing and using this script, you acknowledge that you understand these risks and agree to use it at your own discretion.







