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.

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
nyqui
Günlük kurulumlar
1
Toplam kurulumlar
4
Değerlendirmeler
0 0 0
Versiyon
1.0.0
Oluşturulma
14.05.2026
Güncellenme
14.05.2026
Boyut
14,1 KB
Lisans
MIT
Geçerli
Tüm siteler

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.