EXIF Location Data Detector

UserScript that dynamically detects location data within the EXIF headers of images loaded on a webpage and provides an interactive UI to view it.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
nyqui
Dziennych instalacji
0
Wszystkich instalacji
4
Oceny
0 0 0
Wersja
1.0.0
Utworzono
14-05-2026
Zaktualizowano
14-05-2026
Rozmiar
14,1 KB
Licencja
MIT
Dotyczy
Wszystkie strony

Exif Location Data Detector

UserScript that dynamically detects location data within the EXIF headers of images loaded on a webpage and provides an interactive UI to view it.

https://github.com/nyqui/exif-location-data-detector

https://greasyfork.org/scripts/578133

Disclaimer

This script is provided for educational and research purposes only. The extraction of EXIF metadata should be done ethically and with respect for personal privacy. This tool must not be used for doxxing, stalking, or any illegal and/or immoral activities.

Features

  • Visual Markers: Places a clickable 📍 marker on images containing embedded GPS coordinates.
  • Data Extraction: Displays Latitude, Longitude, Altitude, a direct link to Google Maps, and other available EXIF metadata.
  • Customizable UI: Set minimum image dimensions (300 x 300 px by default) and configure visual border highlights directly through the extension menu.
  • Processed locally: All EXIF fetching and parsing is done entirely locally. No information, including images, is ever sent to external services.

Notes

  1. Violentmonkey is recommended, although it should work with other Userscript extensions.
  2. The script will run in the background for all web pages. Tweak @match value in the Userscript header, or manually turn it on/off to limit its activity.

Requirements

  • Grants GM_xmlhttpRequest to bypass strict CORS policies and fetch binary image headers.
  • Grants GM_getValue, GM_setValue, and GM_registerMenuCommand for persistent user settings.