https://github.com/fabrice404/geoguessr-timer
Chrome/Firefox extension that adds in-game timers to GeoGuessr score bar 🗺
https://github.com/fabrice404/geoguessr-timer
chrome-extension firefox-addon geoguessr webextension
Last synced: 23 days ago
JSON representation
Chrome/Firefox extension that adds in-game timers to GeoGuessr score bar 🗺
- Host: GitHub
- URL: https://github.com/fabrice404/geoguessr-timer
- Owner: fabrice404
- Created: 2019-08-10T11:53:35.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-08T13:00:14.000Z (3 months ago)
- Last Synced: 2025-07-08T14:22:04.917Z (3 months ago)
- Topics: chrome-extension, firefox-addon, geoguessr, webextension
- Language: JavaScript
- Homepage:
- Size: 461 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# GeoGuessr timer
This repo is the source code of the __GeoGuessr timer__ browser extension.
[](https://chrome.google.com/webstore/detail/geoguessr-timer/cpkgpifaafehooacgbigplegdgbnhcbi) [](https://addons.mozilla.org/firefox/addon/geoguessr-timer/)
-------------
## Changes by OH2MP
On October 11th 2023 GeoGuessr changed some CSS names in their game and the extension stopped working. I can't live without it, so I had to fix it.
### Fixed issues and added features
- Works with 2023 layout of GeoGuessr in Google Chrome and Firefox.
- Works in quick play mode.
- Works in Daily Challenge.
- Works in country, US state and community streaks.
- Shows times in streak summary page.
- Starting a new game by clicking "Play Again" showed round times from the previous game.
- Changed the layout so that in the classic mode the round times are under the map name etc. for to prevent overlap with the compass.
- Removed color settings etc. because they were not compatible with the current layout at all.### TODO
- Remove a little outdated presonal times functionality? The code is still there but not used.