An open API service indexing awesome lists of open source software.

https://github.com/leonardseo/geoguessr

Stealth Chrome extension that displays real GeoGuessr coordinates using a lightweight Leaflet map overlay
https://github.com/leonardseo/geoguessr

cheat chrome-extension client-side coordinates geoguessr hack leaflet map open-source overlay stealth

Last synced: about 1 month ago
JSON representation

Stealth Chrome extension that displays real GeoGuessr coordinates using a lightweight Leaflet map overlay

Awesome Lists containing this project

README

          


GeoGuessr Overlay Logo

# GeoGuessr Location Overlay πŸ—ΊοΈ
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

**A stealthy, open-source Chrome extension that reveals your real in-game coordinates on GeoGuessr β€” safely, instantly, and undetectably.**
Use it to learn. Or use it to win. Your call.

---

## ⚑ What It Does

This extension intercepts GeoGuessr’s internal map data and extracts the exact coordinates (latitude and longitude) during gameplay. It displays a small Leaflet-powered map in the corner of your screen that updates every time a new round loads.

**Features:**
- βœ… Live interactive map with zoom and drag
- βœ… Marker updates every round (no reload needed)
- βœ… Smooth +/βˆ’ toggle to collapse the overlay
- βœ… 100% local: no trackers, no API keys, no external calls
- βœ… Uses Shadow DOM for styling isolation

---

## 🧠 Is It Safe?

Yes. It’s:
- πŸ“¦ **Fully client-side** β€” runs in your browser only
- πŸ”’ **Open-source** β€” no obfuscation or weird calls
- πŸ•΅οΈ **Undetectable by GeoGuessr** β€” does not click, inject, or tamper
- πŸ›‘οΈ **0% ban risk** if used smart (just don’t stream it visibly)

**This is not an autoclicker or bot.**
You're still the one making the guess β€” just a lot better informed.

---

## πŸš€ Install in 15 Seconds

> Not on the Chrome Web Store β€” install manually:

1. **Download ZIP**
πŸ‘‰ [Click here to download](https://github.com/LeonardSEO/geoguessr/archive/refs/heads/main.zip)

2. **Extract the ZIP**

3. Open Chrome and go to `chrome://extensions`

4. Enable **Developer Mode** (top right)

5. Click **Load Unpacked** and select the folder you just unzipped

Done. Start any GeoGuessr game β€” the overlay appears automatically.

---

## πŸ“ Folder Structure

```bash
geoguessr/
β”œβ”€β”€ content.js # Map overlay and Leaflet logic
β”œβ”€β”€ injector.js # Intercepts internal GeoGuessr metadata
β”œβ”€β”€ manifest.json # Chrome extension config
β”œβ”€β”€ leaflet/ # Full Leaflet library (JS, CSS, marker icons)
β”œβ”€β”€ icon48.png / icon128.png
└── README.md
````

---

## πŸ§ͺ Stack

* πŸ—ΊοΈ [Leaflet.js](https://leafletjs.com) for maps
* πŸ’» Vanilla JavaScript
* πŸ‘» Shadow DOM for CSS isolation
* πŸ”Œ No dependencies or frameworks

---

## βš–οΈ Legal & Use Disclaimer

This extension is for **educational and experimental purposes** only.
It does not break GeoGuessr’s platform, but it gives you an informational edge. Use at your own discretion.

You **cannot get banned** just for using it β€” unless you blatantly cheat on stream or in competitions. Be smart.

---

## πŸ›‘ License

MIT License β€” free to use, modify, or distribute.
See `LICENSE` for full terms.

---

## πŸ’‘ Roadmap Ideas

* Show country/city via reverse geocoding
* Add option to hide coordinates unless toggled
* Save previous markers across rounds
* Dark mode support

---

## πŸ‘¨β€πŸ’» Built By

[@LeonardSEO](https://github.com/LeonardSEO)
If it helps you win, star the repo ⭐
Not affiliated with GeoGuessr.