Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

GeoSpoof version history - 25 versions

GeoSpoof by Anthony Sgro

Rated 4 out of 5
4 Stars out of 5
5
5
4
0
3
0
2
1
1
1
GeoSpoof version history - 25 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 1.19.0

    Released 9 May 2026 - 522.9 kB
    Works with firefox 140.0 and later, android 140.0 and later

    Source code released under MIT Licence

    Download Firefox and get the extension
    Download file
  • Older versions

    Version 1.18.4

    Released 6 May 2026 - 517.78 kB
    Works with firefox 140.0 and later, android 140.0 and later

    Source code released under MIT Licence

    Download file
  • Version 1.18.3

    Released 5 May 2026 - 517.79 kB
    Works with firefox 140.0 and later, android 140.0 and later

    Source code released under MIT Licence

    Download file
  • Version 1.18.2

    Released 2 May 2026 - 517.61 kB
    Works with firefox 140.0 and later, android 140.0 and later

    Source code released under MIT Licence

    Download file
  • Version 1.18.0

    Released 2 May 2026 - 517.63 kB
    Works with firefox 140.0 and later, android 140.0 and later

    Source code released under MIT Licence

    Download file
  • Version 1.17.16

    Released 1 May 2026 - 130.52 kB
    Works with firefox 140.0 and later, android 140.0 and later

    Source code released under MIT Licence

    Download file
  • Version 1.17.15

    Released 30 Apr 2026 - 130.41 kB
    Works with firefox 140.0 and later, android 140.0 and later

    Source code released under MIT Licence

    Download file
  • Version 1.17.13

    Released 30 Apr 2026 - 129.28 kB
    Works with firefox 140.0 and later, android 140.0 and later

    Source code released under MIT Licence

    Download file
  • Version 1.17.12

    Released 30 Apr 2026 - 129.09 kB
    Works with firefox 140.0 and later, android 140.0 and later

    Source code released under MIT Licence

    Download file
  • Version 1.17.11

    Released 25 Mar 2026 - 128.67 kB
    Works with firefox 140.0 and later, android 140.0 and later

    Source code released under MIT Licence

    Download file
  • Version 1.17.8

    Released 24 Mar 2026 - 128.12 kB
    Works with firefox 140.0 and later, android 140.0 and later

    Source code released under MIT Licence

    Download file
  • Version 1.17.7

    Released 24 Mar 2026 - 128.11 kB
    Works with firefox 140.0 and later, android 140.0 and later

    Source code released under MIT Licence

    Download file
  • Version 1.17.6

    Released 24 Mar 2026 - 128.12 kB
    Works with firefox 140.0 and later, android 140.0 and later

    Source code released under MIT Licence

    Download file
  • Version 1.14.0

    Released 16 Mar 2026 - 122.76 kB
    Works with firefox 140.0 and later, android 140.0 and later
    v1.14.0

    Anti-Fingerprinting
    • Override Temporal.Now APIs (timeZoneId, plainDateTimeISO, plainDateISO, plainTimeISO, zonedDateTimeISO)
    • Fix timezone offset hash split — all Date APIs now derive from a single resolution path per engine
    • Use browser's native IANA tzdata via Intl.DateTimeFormat instead of custom offset arithmetic
    • Fix Date constructor epoch for historical sub-minute LMT offsets
    • Harden prototype detection resistance (method shorthand wrapping, stack trace cleanup, synchronous iframe patching)
    • Strip console output from production builds (fixes extension name leak)

    Internal
    • Modularize injected script into 15 ES modules (still bundled as single IIFE)
    • Expanded property-based test suite for fingerprint consistency

    Other
    • Lower minimum Firefox version to 140
    • Add Waterfox build script and Chrome Web Store assets

    Source code released under MIT Licence

    Download file
  • Version 1.13.0

    Released 13 Mar 2026 - 121.74 kB
    Works with firefox 142.0 and later, android 142.0 and later
    v1.13.0
    - Internal build system improvements to support cross-browser compatibility. No user-facing changes for Firefox

    Source code released under MIT Licence

    Download file
  • Version 1.12.0

    Released 13 Mar 2026 - 121.71 kB
    Works with firefox 142.0 and later, android 142.0 and later
    v1.12.0 — Manifest V3 Migration
    • Migrated to Manifest V3 for Firefox 142+. No changes to functionality or permissions prompts.

    Source code released under MIT Licence

    Download file
  • Version 1.11.2

    Released 12 Mar 2026 - 121.39 kB
    Works with firefox 142.0 and later, android 142.0 and later
    v1.11.2
    - XPI builds now available on GitHub Releases for sideloading on Gecko-based browsers (LibreWolf, Waterfox, Floorp, Pale Moon)
    - Added automated release workflow for publishing .xpi and source bundles on version tags
    - Updated README with sideloading installation instructions

    Source code released under MIT Licence

    Download file
  • Version 1.11.1

    Released 12 Mar 2026 - 121.39 kB
    Works with firefox 142.0 and later, android 142.0 and later
    v1.11.1 - fix: close Date API fingerprinting gaps (toDateString, toString, toTimeString)
    - Add toDateString override to prevent timezone leak near midnight UTC
    - Rewrite toString/toTimeString to produce Firefox-native GMT±HHMM format

    Source code released under MIT Licence

    Download file
  • Version 1.11.0

    Released 11 Mar 2026 - 121.14 kB
    Works with firefox 142.0 and later, android 142.0 and later
    v1.11.0

    New Features
    • VPN Region Sync — New "Sync with VPN" toggle that detects your public IP, geolocates your VPN exit region, and sets your spoofed location to match. One click, no manual coordinates needed.
    • Re-sync — After syncing, a Re-sync button lets you update your spoofed location if you switch VPN servers.
    • Info tooltip — ⓘ icon next to the VPN sync toggle explains that it's a one-time sync (not auto-updating) and that Re-sync is needed after changing VPN servers.
    • Clear location — New × button on the current location display to quickly clear your spoofed location.

    Improvements
    • Settings deferral hardening — Geolocation and permissions queries are now deferred until settings arrive from the background script, preventing real location leaks on slow startups.

    Documentation
    • Rewrote the Development section in README with a clear "two terminals" workflow and a scripts reference table.
    • Added package:source to the scripts table.
    • Updated Android testing instructions.
    • Updated Privacy Policy with VPN sync data disclosure (ipify + FreeIPAPI).

    Housekeeping
    • Removed unused build:ext / zip script (redundant with package).

    Source code released under MIT Licence

    Download file
  • Version 1.10.0

    Released 10 Mar 2026 - 118.07 kB
    Works with firefox 142.0 and later, android 142.0 and later
    v1.10.0

    Bug Fixes
    • Fixed false orange "!" badge appearing on nearly every page load due to a race condition between the background script and content script initialization
    • Badge now retries injection checks with backoff (500ms, 1s, 2s) instead of failing immediately
    • Badge automatically recovers to green "✓" when the content script confirms it's active
    • Popup injection warning now uses a live PING check instead of reading potentially stale badge text, reducing false warnings on SPA navigations (e.g., YouTube)

    Source code released under MIT Licence

    Download file
  • Version 1.9.0

    Released 9 Mar 2026 - 117.93 kB
    Works with firefox 142.0 and later, android 142.0 and later
    v1.9.0
    - Android support — GeoSpoof now works on Firefox for Android (120+)
    - Responsive popup UI that adapts to mobile screen sizes
    - Search results dropdown now opens above the input, improving usability on both desktop and mobile
    - Integrated web-ext tooling for building, linting, and packaging
    - Note: WebRTC protection toggle is visible on Android but may not be functional due to some platform API limitations

    Source code released under MIT Licence

    Download file
  • Version 1.8.0

    Released 8 Mar 2026 - 118.15 kB
    Works with firefox 142.0 and later
    v1.8.0

    Changed
    - Details tab now shows complete list of overridden APIs grouped by Geolocation, Timezone, and WebRTC
    - README rewritten to focus on what APIs get spoofed and how protection works
    - Added links to Nominatim and browser-geo-tz in README and privacy policy

    Source code released under MIT Licence

    Download file
  • Version 1.7.0

    Released 8 Mar 2026 - 118.06 kB
    Works with firefox 142.0 and later
    v1.7.0

    Added
    - Timezone resolution using browser-geo-tz geographic boundary data, replacing the GeoNames API
    - Longitude-based fallback when timezone data can't be loaded

    Removed
    - GeoNames API dependency and free-tier account requirement

    Improved
    - Timezone lookup reliability — no more rate limiting or API downtime issues
    - Privacy policy and README updated to reflect new timezone data source

    Source code released under MIT Licence

    Download file
  • Version 1.6.0

    Released 8 Mar 2026 - 109.38 kB
    Works with firefox 142.0 and later
    v1.6.0:
    - Just a new icon :)

    Source code released under MIT Licence

    Download file
  • Version 1.5.0

    Released 8 Mar 2026 - 306.76 kB
    Works with firefox 142.0 and later
    v1.5.0
    New: Permissions API Spoofing
    - navigator.permissions.query() now returns "granted" for geolocation when spoofing is active, closing a fingerprinting gap where websites could detect spoofed location by checking the permission state.
    - Non-geolocation permission queries and all queries when spoofing is disabled pass through to the browser normally.
    - The spoofed PermissionStatus object matches the real browser API surface (read-only state, EventTarget support).
    - No additional browser permissions required.

    Fixes
    - Fixed popup Details view not rendering line breaks in the Overridden APIs and other detail sections.
    - Package script now auto-formats manifest.json after build.

    Source code released under MIT Licence

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike Licence v3.0 or any later version.